Commit Graph

94 Commits (ab46feae865c5b96dbf5e261be8638165932bfb1)

Author SHA1 Message Date
Yang Hongyang 284901a90a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) 16 years ago
Yang Hongyang 6a35528a83 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) 16 years ago
Wei Yongjun f4fe5a9c6d chelsio: remove some pointless conditionals before kfree_skb() 16 years ago
Ben Hutchings 288379f050 net: Remove redundant NAPI functions 16 years ago
David S. Miller 2d5451d261 net: Fix warning fallout from recent NAPI interface changes. 16 years ago
Neil Horman 908a7a16b8 net: Remove unused netdev arg from some NAPI interfaces. 16 years ago
Qinghuang Feng 5147d14e99 drivers/net/chelsio/sge.c: remove redundant argument comments 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Stephen Hemminger 80ff32b76f cxgb2: convert to net_device_ops 16 years ago
Wang Chen c3ccc12339 netdevice chelsio: Convert directly reference of netdev->priv 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Francois Romieu 4422b00390 cxgb: delete non NAPI code from the driver. 17 years ago
Al Viro ac390c60a8 annotate chelsio 17 years ago
Adrian Bunk 68d579fb93 drivers/net/chelsio/: #if 0 unused functions 17 years ago
Joe Perches 3106752768 drivers/net/chelsio: Add missing "space" 17 years ago
Divy Le Ray 4c14fe91d0 cxgb - revert file mode changes. 17 years ago
Divy Le Ray e0348b9ae5 cxgb - fix stats 17 years ago
Divy Le Ray 445cf803ca cxgb - fix NAPI 17 years ago
Divy Le Ray 7832ee034b cxgb - fix T2 GSO 17 years ago
Divy Le Ray 7de6af0f23 [CHELSIO]: Fix skb->dev setting. 17 years ago
Stephen Hemminger 33a85aa1c9 chelsio: sparse warning fixes (old cxgb2) 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
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
Stephen Hemminger 25805dcf9d network drivers: eliminate unneeded kill_vid code 18 years ago
Mariusz Kozlowski 294cf1b880 chelsio parenthesis fix 18 years ago
Stephen Hemminger 459e536b1d chelsio: use const for virtual functions 18 years ago
Stephen Hemminger 4c247db114 chelsio: use C99 style initialization 18 years ago
Stephen Hemminger 4d2b8f66b8 chelsio: remove unused code for 1G boards 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_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 d0a92be05e [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph 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
Arnaldo Carvalho de Melo 4c13eb6657 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans 18 years ago
Dan Aloni 5c15bdec5c [VLAN]: Avoid a 4-order allocation. 18 years ago
Roland Dreier 54d3e56820 chelsio: Fix non-NAPI compile 18 years ago
Andrew Morton b9662d0e9c git-netdev-all: chelsio fix 18 years ago
Stephen Hemminger 24a427cf76 chelsio: more rx speedup 18 years ago
Stephen Hemminger 3de00b8958 chelsio: NAPI speed improvement 18 years ago
Francois Romieu 834324687d chelsio: tabulate the update of the statistic counters 18 years ago
Francois Romieu 3e0f75be52 chelsio: misc cleanups in sge 18 years ago
Francois Romieu 47cbe6f47d chelsio: useless test in cxgb2::remove_one 18 years ago
Francois Romieu d7487421b6 chelsio: useless curly braces 18 years ago
Francois Romieu 356bd1460d chelsio: spaces, tabs and friends 18 years ago
Francois Romieu b7d58394e6 chelsio: the return statement is not a function 18 years ago
Francois Romieu c697f83e8c chelsio: move return, break and continue statements on their own line 18 years ago
Stephen Hemminger ab3b1c7e82 chelsio: error path fix 18 years ago