summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* networking: inappropriate ioctl operation should return ENOTTYLifeng Sun2011-05-021-3/+3
* net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings2011-04-121-0/+4
* net: Disable all TSO features when SG is disabledBen Hutchings2011-04-121-3/+3
* Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-076-16/+16
|\
| * Fix common misspellingsLucas De Marchi2011-03-316-16/+16
* | netdev: fix mtu check when TSO is enabledDaniel Lezcano2011-03-301-2/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-292-55/+17
|\
| * net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-1/+16
| * bridge: notify applications if address of bridge device changesstephen hemminger2011-03-271-0/+1
| * net: remove useless comments in net/core/dev.cAmerigo Wang2011-03-271-54/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-252-9/+12
|\ \ | |/
| * net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2011-03-222-9/+12
* | kthread: use kthread_create_on_node()Eric Dumazet2011-03-221-1/+4
|/
* net: fix incorrect spelling in drop monitor protocolNeil Horman2011-03-211-1/+1
* ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi2011-03-181-0/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-2/+2
|\
| * kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-1612-503/+1003
|\ \
| * | net: introduce rx_handler results and logic around thatJiri Pirko2011-03-162-8/+14
| * | pktgen: bug fix in transmission headers with frags=0Daniel Turull2011-03-141-2/+1
| * | net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-3/+3
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-102-3/+11
| |\ \
| * | | net: allow handlers to be processed for orig_devJiri Pirko2011-03-071-1/+2
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-031-1/+1
| |\ \ \
| * | | | inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-3/+0
| * | | | net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller2011-02-281-88/+31
| * | | | bond: service netpoll arp queue on master deviceAmerigo Wang2011-02-271-0/+11
| * | | | netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang2011-02-271-2/+0
| * | | | net: Implement SFEATURES compatibility for not updated driversMichał Mirosław2011-02-231-0/+61
| * | | | net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław2011-02-231-0/+14
| * | | | net: avoid initial "Features changed" messageMichał Mirosław2011-02-231-3/+5
| * | | | Fix "(unregistered net_device): Features changed" messageMichał Mirosław2011-02-231-2/+2
| * | | | net: Make flow cache paths use a const struct flowi.David S. Miller2011-02-221-7/+7
| * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-221-1/+2
| |\ \ \ \
| | * | | | net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings2011-02-151-1/+2
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-2/+7
| |\ \ \ \ \
| * | | | | | net: Add initial_ref arg to dst_alloc().David S. Miller2011-02-171-2/+2
| * | | | | | net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-171-24/+23
| * | | | | | net: use ndo_fix_features for ethtool_ops->set_flagsMichał Mirosław2011-02-171-2/+29
| * | | | | | net: ethtool: use ndo_fix_features for offload settingMichał Mirosław2011-02-171-13/+32
| * | | | | | net: Introduce new feature setting opsMichał Mirosław2011-02-172-8/+163
| * | | | | | ethtool: factorize get/set_one_featureMichał Mirosław2011-02-171-142/+132
| * | | | | | ethtool: factorize ethtool_get_strings() and ethtool_get_sset_count()Michał Mirosław2011-02-171-12/+23
| * | | | | | ethtool: enable GSO and GRO by defaultMichał Mirosław2011-02-171-4/+14
| * | | | | | ethtool: move EXPORT_SYMBOL(ethtool_op_set_tx_csum) to correct placeMichał Mirosław2011-02-171-1/+1
| * | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-151-1/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | net: Adjust TX queue kobjects if number of queues changes during unregisterBen Hutchings2011-02-151-1/+2
| * | | | | | rtnetlink: implement setting of master deviceJiri Pirko2011-02-131-0/+43
| * | | | | | net: make dev->master generalJiri Pirko2011-02-131-12/+37
| * | | | | | net: remove the unnecessary dance around skb_bond_should_dropJiri Pirko2011-02-131-3/+3
OpenPOWER on IntegriCloud