summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds3-0/+3
2011-05-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-65/+12
2011-05-16net: Change netdev_fix_features messages loglevelMichał Mirosław1-14/+8
2011-05-11net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-08net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-08net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-08net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()Lai Jiangshan1-9/+2
2011-05-08net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()Lai Jiangshan1-9/+2
2011-05-08net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-08net,rcu: convert call_rcu(__gen_kill_estimator) to kfree_rcu()Lai Jiangshan1-8/+1
2011-05-08net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()Lai Jiangshan1-10/+2
2011-05-03networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-04-13net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings1-0/+4
2011-04-13net: Disable all TSO features when SG is disabledBen Hutchings1-3/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds6-16/+16
2011-03-31Fix common misspellingsLucas De Marchi6-16/+16
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano1-2/+22
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-55/+17
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka1-1/+16
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger1-0/+1
2011-03-28net: remove useless comments in net/core/dev.cAmerigo Wang1-54/+0
2011-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-9/+12
2011-03-23kthread: use kthread_create_on_node()Eric Dumazet1-1/+4
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2-9/+12
2011-03-22net: fix incorrect spelling in drop monitor protocolNeil Horman1-1/+1
2011-03-19ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi1-0/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds12-503/+1003
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko2-8/+14
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro1-1/+1
2011-03-14pktgen: bug fix in transmission headers with frags=0Daniel Turull1-2/+1
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-3/+3
2011-03-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+11
2011-03-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+10
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-2/+10
2011-03-10pktgen: fix errata in show resultsDaniel Turull1-1/+1
2011-03-08net: allow handlers to be processed for orig_devJiri Pirko1-1/+2
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu1-3/+0
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller1-88/+31
2011-02-28bond: service netpoll arp queue on master deviceAmerigo Wang1-0/+11
2011-02-28netpoll: remove IFF_IN_NETPOLL flagAmerigo Wang1-2/+0
2011-02-26net: handle addr_type of 0 properlyHagen Paul Pfeifer1-1/+1
2011-02-24net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+61
2011-02-24net: Fix ETHTOOL_GFEATURES compatibilityMichał Mirosław1-0/+14
2011-02-24net: avoid initial "Features changed" messageMichał Mirosław1-3/+5
2011-02-24Fix "(unregistered net_device): Features changed" messageMichał Mirosław1-2/+2
2011-02-23net: Make flow cache paths use a const struct flowi.David S. Miller1-7/+7
2011-02-22Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-1/+2