Commit Graph

124 Commits (e5dd3cbd81aad69bdf773ab63c06fbaabc2b767a)

Author SHA1 Message Date
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
Michael Opdenacker 59c51591a0 Fix occurrences of "the the " 18 years ago
Jean Delvare 6473d160b4 PCI: Cleanup the includes of <linux/pci.h> 18 years ago
Milind Arun Choudhary 55e924cf57 ixgb: ROUND_UP macro cleanup in drivers/net/ixgb 18 years ago
Ahmed S. Darwish 1c8816c6fe ixgb: Use ARRAY_SIZE macro when appropriate. 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Arnaldo Carvalho de Melo ab6a5bb6b2 [TCP]: Introduce tcp_hdrlen() and tcp_optlen() 18 years ago
Arnaldo Carvalho de Melo ea2ae17d64 [SK_BUFF]: Introduce skb_transport_offset() 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo bbe735e424 [SK_BUFF]: Introduce skb_network_offset() 18 years ago
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation. 18 years ago
Linas Vepstas 81b1955eef PCI: Use newly defined PCI channel offline routine 18 years ago
Arjan van de Ven 1d39ed565c remove NETIF_F_TSO ifdefery 18 years ago
Aaron Salter a3ffab8758 ixgb: Write RA register high word first, increment version 18 years ago
Jesse Brandeburg dfd341e4e4 ixgb: Maybe stop TX if not enough free descriptors 18 years ago
Jesse Brandeburg 5d92785375 ixgb: Fix early TSO completion 18 years ago
Al Viro ff1dcadb1b [NET]: Split skb->csum 18 years ago
David Howells c4028958b6 WorkStruct: make allyesconfig 18 years ago
David Howells 7d12e780e0 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 19 years ago
Auke Kok 76ddb3fd96 e100, e1000, ixgb: increment version numbers 19 years ago
Auke Kok f7d4fa0141 ixgb: convert to netdev_priv(netdev) 19 years ago
Jesse Brandeburg a4d3c54024 ixgb: combine more rx descriptors to improve performance 19 years ago
Auke Kok 0eb5a34cdf e100, e1000, ixgb: Fix an impossible memory overwrite bug 19 years ago
Auke Kok 0abb6eb128 e100, e1000, ixgb: update copyright header and remove LICENSE 19 years ago
Patrick McHardy 84fa7933a3 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE 19 years ago
Jeff Garzik f8ec473387 e1000, ixgb: Remove pointless wrappers 19 years ago