summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool support to configure number of channelsamit salecha2011-04-131-0/+35
* net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław2011-04-121-0/+2
* net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko2011-04-121-1/+7
* ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W2011-04-121-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-116-16/+16
|\
| * 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
* | | ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck2011-04-111-0/+3
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-04-061-2/+53
|\ \ \
| * | | ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings2011-04-051-2/+53
| |/ /
* | | net: Allow no-cache copy from user on transmitTom Herbert2011-04-042-1/+13
* | | net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2011-04-022-9/+20
|/ /
* | 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
OpenPOWER on IntegriCloud