| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Disable NETIF_F_TSO_ECN when TSO is disabled | Ben Hutchings | 2011-04-12 | 1 | -0/+4 |
* | net: Disable all TSO features when SG is disabled | Ben Hutchings | 2011-04-12 | 1 | -3/+3 |
* | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 | Linus Torvalds | 2011-04-07 | 6 | -16/+16 |
|\ |
|
| * | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 6 | -16/+16 |
* | | netdev: fix mtu check when TSO is enabled | Daniel Lezcano | 2011-03-30 | 1 | -2/+22 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-29 | 2 | -55/+17 |
|\ |
|
| * | net: fix ethtool->set_flags not intended -EINVAL return value | Stanislaw Gruszka | 2011-03-27 | 1 | -1/+16 |
| * | bridge: notify applications if address of bridge device changes | stephen hemminger | 2011-03-27 | 1 | -0/+1 |
| * | net: remove useless comments in net/core/dev.c | Amerigo Wang | 2011-03-27 | 1 | -54/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-03-25 | 2 | -9/+12 |
|\ \
| |/ |
|
| * | net: implement dev_disable_lro() hw_features compatibility | Michał Mirosław | 2011-03-22 | 2 | -9/+12 |
* | | kthread: use kthread_create_on_node() | Eric Dumazet | 2011-03-22 | 1 | -1/+4 |
|/ |
|
* | net: fix incorrect spelling in drop monitor protocol | Neil Horman | 2011-03-21 | 1 | -1/+1 |
* | ethtool: __ethtool_set_sg: check for function pointer before using it | Roger Luethi | 2011-03-18 | 1 | -0/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-03-18 | 1 | -2/+2 |
|\ |
|
| * | kbuild, mtd, net: a few comment typo fixes and rewording | Gilles Espinasse | 2011-02-17 | 1 | -2/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-03-16 | 12 | -503/+1003 |
|\ \ |
|
| * | | net: introduce rx_handler results and logic around that | Jiri Pirko | 2011-03-16 | 2 | -8/+14 |
| * | | pktgen: bug fix in transmission headers with frags=0 | Daniel Turull | 2011-03-14 | 1 | -2/+1 |
| * | | net: Put flowi_* prefix on AF independent members of struct flowi | David S. Miller | 2011-03-12 | 1 | -3/+3 |
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-10 | 2 | -3/+11 |
| |\ \ |
|
| * | | | net: allow handlers to be processed for orig_dev | Jiri Pirko | 2011-03-07 | 1 | -1/+2 |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-03-03 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | inet: Remove unused sk_sndmsg_* from UFO | Herbert Xu | 2011-03-01 | 1 | -3/+0 |
| * | | | | net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch. | David S. Miller | 2011-02-28 | 1 | -88/+31 |
| * | | | | bond: service netpoll arp queue on master device | Amerigo Wang | 2011-02-27 | 1 | -0/+11 |
| * | | | | netpoll: remove IFF_IN_NETPOLL flag | Amerigo Wang | 2011-02-27 | 1 | -2/+0 |
| * | | | | net: Implement SFEATURES compatibility for not updated drivers | Michał Mirosław | 2011-02-23 | 1 | -0/+61 |
| * | | | | net: Fix ETHTOOL_GFEATURES compatibility | Michał Mirosław | 2011-02-23 | 1 | -0/+14 |
| * | | | | net: avoid initial "Features changed" message | Michał Mirosław | 2011-02-23 | 1 | -3/+5 |
| * | | | | Fix "(unregistered net_device): Features changed" message | Michał Mirosław | 2011-02-23 | 1 | -2/+2 |
| * | | | | net: Make flow cache paths use a const struct flowi. | David S. Miller | 2011-02-22 | 1 | -7/+7 |
| * | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... | David S. Miller | 2011-02-22 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE | Ben Hutchings | 2011-02-15 | 1 | -1/+2 |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-02-19 | 1 | -2/+7 |
| |\ \ \ \ \ |
|
| * | | | | | | net: Add initial_ref arg to dst_alloc(). | David S. Miller | 2011-02-17 | 1 | -2/+2 |
| * | | | | | | net: introduce NETIF_F_RXCSUM | Michał Mirosław | 2011-02-17 | 1 | -24/+23 |
| * | | | | | | net: use ndo_fix_features for ethtool_ops->set_flags | Michał Mirosław | 2011-02-17 | 1 | -2/+29 |
| * | | | | | | net: ethtool: use ndo_fix_features for offload setting | Michał Mirosław | 2011-02-17 | 1 | -13/+32 |
| * | | | | | | net: Introduce new feature setting ops | Michał Mirosław | 2011-02-17 | 2 | -8/+163 |
| * | | | | | | ethtool: factorize get/set_one_feature | Michał Mirosław | 2011-02-17 | 1 | -142/+132 |
| * | | | | | | ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count() | Michał Mirosław | 2011-02-17 | 1 | -12/+23 |
| * | | | | | | ethtool: enable GSO and GRO by default | Michał Mirosław | 2011-02-17 | 1 | -4/+14 |
| * | | | | | | ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct place | Michał Mirosław | 2011-02-17 | 1 | -1/+1 |
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh... | David S. Miller | 2011-02-15 | 1 | -1/+2 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | * | | | | | net: Adjust TX queue kobjects if number of queues changes during unregister | Ben Hutchings | 2011-02-15 | 1 | -1/+2 |
| * | | | | | | rtnetlink: implement setting of master device | Jiri Pirko | 2011-02-13 | 1 | -0/+43 |
| * | | | | | | net: make dev->master general | Jiri Pirko | 2011-02-13 | 1 | -12/+37 |
| * | | | | | | net: remove the unnecessary dance around skb_bond_should_drop | Jiri Pirko | 2011-02-13 | 1 | -3/+3 |
| * | | | | | | net: rename group sysfs entry to netdev_group | Xiaotian Feng | 2011-02-09 | 1 | -1/+1 |
| |/ / / / / |
|