323 Commits (8197b7118add28f9aaa99c1fb73c0e201c8cde52)

Author SHA1 Message Date
Jiri Pirko 48e2f183cb net: convert multiple drivers to use netdev_for_each_mc_addr, part4 15 years ago
Nick Nunley a77ff709dd igb: update tx DMA mapping error handling 15 years ago
Nick Nunley 58fd62f525 igb: change descriptor control thresholds 15 years ago
Nick Nunley fe0592b4be igb: use igb_free_q_vectors to cleanup failure in igb_alloc_q_vectors 15 years ago
Nick Nunley d3eeb62ddd igb: remove unused vmolr value 15 years ago
Nick Nunley 91d4ee3382 igb: minor type cleanups 15 years ago
Nick Nunley 40e90c26f5 igb: move gso_segs into buffer_info structure 15 years ago
Nick Nunley 717ba08935 igb: inline igb_maybe_stop_tx 15 years ago
Nick Nunley 43915c7c9a igb: only read phy specific stats if in internal phy mode 15 years ago
Nick Nunley e6bdb6fefc igb: only support SRRCTL_DROP_EN when using multiple queues 15 years ago
Nick Nunley abe1c3638c igb: cap interrupts at 20K per queue when in itr mode 3 15 years ago
Nick Nunley 2d0b0f6935 igb: remove adaptive IFS from driver 15 years ago
Alexander Duyck 3025a446b6 igb: Allocate rings seperately instead of as a block 15 years ago
Nick Nunley b94f2d775a igb: call pci_save_state after pci_restore_state 15 years ago
Nick Nunley 88a268c1a1 igb: Power down link when interface is down 15 years ago
Nick Nunley 53c992fa84 igb: ignore EEPROM APME check when shutting down serdes link 15 years ago
Nick Nunley 3145535ac6 igb: Report link status in ethtool when interface is down 15 years ago
Nick Nunley 22939f0606 igb: add support for wake-on-link 15 years ago
Alexander Duyck 26b39276ca igb: remove unecessary q_vector declarations and remove itr_shift 15 years ago
Williams, Mitch A 8151d2948e igb: support for VF configuration tools 15 years ago
Jiri Pirko 4cd24eaf0c net: use netdev_mc_count and netdev_mc_empty when appropriate 15 years ago
Alexander Duyck feeb2721a7 igb: make certain to reassign legacy interrupt vectors after reset 15 years ago
Jiri Pirko 32e7bfc411 net: use helpers to access uc list V2 15 years ago
Sridhar Samudrala 8e1e8a4779 net: Fix IPv6 GSO type checks in Intel ethernet drivers 15 years ago
Alexander Duyck 8581145f39 igb/igbvf: cleanup exception handling in tx_map_adv 15 years ago
Alexander Duyck 7f081d405a igb: add support for device reset interrupt 15 years ago
Alexey Dobriyan a3aa18842a drivers/net/: use DEFINE_PCI_DEVICE_TABLE() 15 years ago
Alexander Duyck 58b8b04250 igb: check both function bits in status register in wol exception 15 years ago
Alexander Duyck d405ea3ef2 igb: correctly offset 82575 flow control watermarks by 16 bytes 15 years ago
Alexander Duyck 8c6af2995c igb: do not force retry count to 1 on 82580 phy 15 years ago
Alexander Duyck d68caec645 igb: do not force pcs link when in KX mode 15 years ago
Alexander Duyck fef45f4ce2 igb: fix handling of mailbox collisions between PF/VF 15 years ago
Joe Perches 8e95a2026f drivers/net: Move && and || to end of previous line 15 years ago
Alexander Duyck 6366ad331f igb: remove use of skb_dma_map from driver 15 years ago
Alexander Duyck 55cac248ca igb: Add full support for 82580 devices 15 years ago
Alexander Duyck bb2ac47bcf igb: add support for 82580 MAC 15 years ago
Alexander Duyck 2909c3f79d igb: add support for the 82580 phy 15 years ago
Joe Perches a0607fd3a2 drivers/net: request_irq - Remove unnecessary leading & from second arg 15 years ago
Alexander Duyck d1eff35061 igb: only recycle page if it is on our numa node 15 years ago
Alexander Duyck dbabb06580 igb: check for packets on all tx rings when link is down 15 years ago
Alexander Duyck 971d1d3a7e igb: removed unused tx/rx total bytes/packets from adapter struct 15 years ago
Alexander Duyck 128e45eb61 igb: Rework how netdev->stats is handled 15 years ago
Alexander Duyck a99955fc06 igb: when number of CPUs > 4 combine tx/rx queues to allow more queues 15 years ago
Alexander Duyck 115f459a53 igb: move timesync init into a seperate function 15 years ago
Alexander Duyck 0e15439ae5 igb: change type for ring sizes to u16 in igb_set_ring_param 15 years ago
David S. Miller d6b9076f1b igb: Fix warnings in igb_set_ringparam() 15 years ago
Alexander Duyck 559e9c4987 igb: cleanup whitespace issues in igb_main.c 15 years ago
Alexander Duyck 5b043fb08e igb: open up SCTP checksum offloads to all MACs 82576 and newer 15 years ago
Alexander Duyck c809d2276c igb: limit minimum mtu to 68 to keep ip bound to interface 15 years ago
Alexander Duyck 090b179528 igb: add pci_dev in few spots to clean up use of dev_err/info/warn 15 years ago