summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller
2011-04-28net: fix netdev_increment_features()Michał Mirosław
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-22net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller
2011-04-15net: minor cleanup to net_namespace.c.Rob Landley
2011-04-15ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-13net: ethtool support to configure number of channelsamit salecha
2011-04-13net: Disable NETIF_F_TSO_ECN when TSO is disabledBen Hutchings
2011-04-13net: Disable all TSO features when SG is disabledBen Hutchings
2011-04-12net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko
2011-04-12ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-11ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings
2011-04-05net: Allow no-cache copy from user on transmitTom Herbert
2011-04-03net: Call netdev_features_change() from netdev_update_features()Michał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-28net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka
2011-03-28bridge: notify applications if address of bridge device changesstephen hemminger
2011-03-28net: remove useless comments in net/core/dev.cAmerigo Wang
2011-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-23kthread: use kthread_create_on_node()Eric Dumazet
2011-03-22net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław
2011-03-22net: fix incorrect spelling in drop monitor protocolNeil Horman
2011-03-18ethtool: __ethtool_set_sg: check for function pointer before using itRoger Luethi
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-16net: introduce rx_handler results and logic around thatJiri Pirko
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-15Allow passing O_PATH descriptors via SCM_RIGHTS datagramsAl Viro
2011-03-14pktgen: bug fix in transmission headers with frags=0Daniel Turull
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-10Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2011-03-09net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-09pktgen: fix errata in show resultsDaniel Turull
2011-03-07net: allow handlers to be processed for orig_devJiri Pirko
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-01inet: Remove unused sk_sndmsg_* from UFOHerbert Xu
2011-02-28net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.David S. Miller