Age | Commit message (Expand) | Author | Files | Lines |
2008-12-27 | net: Fix warning fallout from recent NAPI interface changes. | David S. Miller | 1 | -3/+0 |
2008-12-23 | net: Remove unused netdev arg from some NAPI interfaces. | Neil Horman | 1 | -2/+2 |
2008-11-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+0 |
2008-11-24 | drivers/net/chelsio/sge.c: remove redundant argument comments | Qinghuang Feng | 1 | -4/+0 |
2008-11-21 | netdev: add more functions to netdevice ops | Stephen Hemminger | 1 | -3/+3 |
2008-11-20 | cxgb2: convert to net_device_ops | Stephen Hemminger | 1 | -11/+19 |
2008-11-17 | netdevice chelsio: Convert directly reference of netdev->priv | Wang Chen | 2 | -31/+31 |
2008-11-04 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 1 | -1/+0 |
2008-07-11 | cxgb: delete non NAPI code from the driver. | Francois Romieu | 2 | -67/+5 |
2008-01-29 | annotate chelsio | Al Viro | 3 | -6/+7 |
2008-01-29 | drivers/net/chelsio/: #if 0 unused functions | Adrian Bunk | 4 | -3/+6 |
2008-01-29 | drivers/net/chelsio: Add missing "space" | Joe Perches | 1 | -1/+1 |
2007-12-04 | cxgb - revert file mode changes. | Divy Le Ray | 4 | -0/+0 |
2007-12-02 | cxgb - fix stats | Divy Le Ray | 4 | -89/+96 |
2007-12-02 | cxgb - fix NAPI | Divy Le Ray | 1 | -4/+2 |
2007-12-02 | cxgb - fix T2 GSO | Divy Le Ray | 3 | -20/+18 |
2007-11-16 | [CHELSIO]: Fix skb->dev setting. | Divy Le Ray | 1 | -1/+1 |
2007-10-11 | chelsio: sparse warning fixes (old cxgb2) | Stephen Hemminger | 4 | -370/+3 |
2007-10-11 | [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count | Jeff Garzik | 1 | -3/+8 |
2007-10-11 | [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls | Jeff Garzik | 1 | -3/+0 |
2007-10-11 | [NET]: Nuke SET_MODULE_OWNER macro. | Ralf Baechle | 1 | -1/+0 |
2007-10-11 | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 4 | -20/+21 |
2007-06-03 | network drivers: eliminate unneeded kill_vid code | Stephen Hemminger | 1 | -10/+0 |
2007-05-25 | chelsio parenthesis fix | Mariusz Kozlowski | 1 | -1/+1 |
2007-04-28 | chelsio: use const for virtual functions | Stephen Hemminger | 10 | -39/+33 |
2007-04-28 | chelsio: use C99 style initialization | Stephen Hemminger | 1 | -61/+134 |
2007-04-28 | chelsio: remove unused code for 1G boards | Stephen Hemminger | 4 | -1047/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -8/+16 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2007-03-03 | [VLAN]: Avoid a 4-order allocation. | Dan Aloni | 1 | -2/+1 |
2007-02-27 | chelsio: Fix non-NAPI compile | Roland Dreier | 1 | -0/+1 |
2007-02-06 | git-netdev-all: chelsio fix | Andrew Morton | 1 | -1/+1 |
2007-02-06 | chelsio: more rx speedup | Stephen Hemminger | 1 | -42/+45 |
2007-02-06 | chelsio: NAPI speed improvement | Stephen Hemminger | 1 | -42/+35 |
2007-02-06 | chelsio: tabulate the update of the statistic counters | Francois Romieu | 5 | -205/+222 |
2007-02-06 | chelsio: misc cleanups in sge | Francois Romieu | 1 | -35/+19 |
2007-02-06 | chelsio: useless test in cxgb2::remove_one | Francois Romieu | 1 | -16/+16 |
2007-02-06 | chelsio: useless curly braces | Francois Romieu | 4 | -8/+5 |
2007-02-06 | chelsio: spaces, tabs and friends | Francois Romieu | 15 | -288/+288 |
2007-02-06 | chelsio: the return statement is not a function | Francois Romieu | 2 | -14/+14 |
2007-02-06 | chelsio: move return, break and continue statements on their own line | Francois Romieu | 6 | -10/+20 |
2007-01-09 | chelsio: error path fix | Stephen Hemminger | 1 | -2/+3 |
2006-12-11 | [PATCH] chelsio: working NAPI | Stephen Hemminger | 3 | -83/+59 |
2006-12-05 | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2 | -4/+6 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 28 | -688/+9086 |