Commit Graph

150 Commits (746b9f0228a1c607b3db67c80da1c2a963321926)

Author SHA1 Message Date
Patrick McHardy 746b9f0228 netdrv intel: disable VLAN filtering in promiscous mode 17 years ago
Jesse Brandeburg f731a9ef82 ixgb: update copyright dates and versions 17 years ago
Jesse Brandeburg 6d37ab282e ixgb: make NAPI the only option and the default 17 years ago
Jesse Brandeburg 2c21fc6e3a ixgb: cleanup header 17 years ago
Jesse Brandeburg c219934014 ixgb: audit use of dev_kfree_skb_any 17 years ago
Jesse Brandeburg 9e7bd33070 ixgb: clean up assignments inside if statements 17 years ago
Jesse Brandeburg fc2d14e36c ixgb: rx cleanup performance improvements 17 years ago
Jesse Brandeburg 8441dab26c ixgb: cleanup checkpatch suggestions that are relevant 17 years ago
Jesse Brandeburg 1459336da4 ixgb: trivial fix space after for 17 years ago
Jesse Brandeburg 52035bdbe8 ixgb: fix spelling errors 17 years ago
Jesse Brandeburg 0060c07230 ixgb: whitespace fixups 17 years ago
Jesse Brandeburg 9a43299287 ixgb: cleanup space after while 17 years ago
Jesse Brandeburg 03f83041d8 ixgb: format all if( to be if ( 17 years ago
Jesse Brandeburg 7490d71a92 ixgb: clean up un-necessary declarations 17 years ago
Jesse Brandeburg d9fed18bf9 ixgb: add copybreak parameter 17 years ago
Jesse Brandeburg db58294416 ixgb: remove lltx support and update tx routine 17 years ago
Jesse Brandeburg 1257969724 ixgb: fix unload race with timers 17 years ago
Jesse Brandeburg b5ca88eb33 ixgb: fix race on rx_buffer_len in mtu change 17 years ago
Jesse Brandeburg 3433663546 ixgb: move time stamp set before setting dma pointer 17 years ago
Jesse Brandeburg a65a604a01 ixgb: don't allow too small MTU 17 years ago
Jesse Brandeburg 72ab51954d ixgb: check down state before enable irq 17 years ago
Jesse Brandeburg a3dc3da02a ixgb: leave room for extra hardware memory usage 17 years ago
Jesse Brandeburg 4360386f7d ixgb: fix bug in descriptor ring due to prefetch corruption 17 years ago
Jesse Brandeburg e539e4667e ixgb: repeat 32 bit ioremap cleanup 17 years ago
Jesse Brandeburg 0f8ecbadae ixgb: maybe stop tx port missed a piece 17 years ago
Patrick McHardy 38b221957b netdrv: don't truncate VLAN TCI with VLAN stripping 17 years ago
Joe Perches 222441a620 ixgb: convert uint16_t style integers to u16 17 years ago
Jesse Brandeburg 9c61a9dcb2 ixgb: remove irq_sem 17 years ago
Auke Kok a9340b86f0 ixgb: move externs out of .c files 17 years ago
Joe Perches 446490ca44 ixgb: convert boolean_t to bool 17 years ago
Jesse Brandeburg bab2bce7dc ixgb: add explicit state checking 17 years ago
Julia Lawall c7793ace78 ixgb: remove unused variable 17 years ago
Auke Kok ac0b3509f0 ixgb: add RNBC counter - no buffer count - to ethtool stats 17 years ago
Julia Lawall 030ed68bf0 replace code with FIELD_SIZEOF 17 years ago
Matheos Worku 8b32e63d48 ixgb: enable sun hardware support for broadcom phy 17 years ago
Al Viro a7df90a519 ixgb endianness annotations 17 years ago
David S. Miller 49d85c502e [NET]: Fix interrupt semaphore corruption in Intel drivers. 17 years ago
David S. Miller 53e52c729c [NET]: Make ->poll() breakout consistent in Intel ethernet drivers. 17 years ago
David S. Miller 4ec2411980 [NET]: Do not check netif_running() and carrier state in ->poll() 17 years ago
Matheos Worku 3fd7131fea ixgb: make sure jumbos stay enabled after reset 17 years ago
Auke Kok 19abe86d60 ixgb: fix TX hangs under heavy load 18 years ago
Stephen Hemminger 273dc74e1c ixgb: fix sparse warnings 18 years ago
Al Viro c676504ef5 ixgb: endianness 18 years ago
Jeff Garzik b9f2c0440d [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count 18 years ago
Jeff Garzik 88d3aafdae [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls 18 years ago
Denis Cheng ff8ac60948 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Stephen Hemminger bea3348eef [NET]: Make NAPI polling independent of struct net_device objects. 18 years ago
Matthew Wilcox 313674afa8 [NET]: ethtool_perm_addr only has one implementation 18 years ago
Auke Kok fb136c070b ixgb: don't print error if pci_enable_msi() fails, cleanup minor leak 18 years ago