summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2011-05-13ethtool: bring back missing comma in netdev features stringsFranco Fichtner1-1/+1
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+6
2011-05-11net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-11net: Allow setting the network namespace by fdEric W. Biederman2-3/+35
2011-05-11ns proc: Add support for the network namespace.Eric W. Biederman1-0/+31
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan3-70/+33
2011-05-09net: use batched device unregister in veth and macvlanEric Dumazet1-1/+4
2011-05-09net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar1-1/+1
2011-05-09pktgen: use %pI6c for printing IPv6 addressesAlexey Dobriyan1-96/+13
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger1-5/+1
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-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko2-26/+6
2011-05-03networking: inappropriate ioctl operation should return ENOTTYLifeng Sun1-3/+3
2011-05-03net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2-8/+7
2011-04-30ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2-14/+34
2011-04-29pktgen: create num frags requestedamit salecha1-26/+9
2011-04-29net: Use non-zero allocations in dst_alloc().David S. Miller1-3/+17
2011-04-29net: Make dst_alloc() take more explicit initializations.David S. Miller1-5/+13
2011-04-29net: fix netdev_increment_features()Michał Mirosław1-24/+11
2011-04-28net: filter: Just In Time compiler for x86-64Eric Dumazet2-60/+14
2011-04-25bonding: move processing of recv handlers into handle_frame()Jiri Pirko1-21/+0
2011-04-25net: make WARN_ON in dev_disable_lro() usefulMichał Mirosław1-1/+2
2011-04-22inet: constify ip headers and in6_addrEric Dumazet2-5/+5
2011-04-22net: fix hw_features ethtool_ops->set_flags compatibilityMichał Mirosław1-2/+2
2011-04-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+7
2011-04-17pktgen: Fix set-but-unused variable.David S. Miller1-2/+0
2011-04-16net: minor cleanup to net_namespace.c.Rob Landley1-8/+4
2011-04-15ethtool: allow custom interval for physical identificationAllan, Bruce W1-15/+16
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+35
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-13net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław1-0/+2
2011-04-13net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-1/+7
2011-04-13ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W1-1/+1
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller6-16/+16
2011-04-12ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck1-0/+3
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds6-16/+16
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller1-2/+53
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-2/+53
2011-04-05net: Allow no-cache copy from user on transmitTom Herbert2-1/+13
2011-04-03net: Call netdev_features_change() from netdev_update_features()Michał Mirosław2-9/+20
2011-03-31Fix common misspellingsLucas De Marchi6-16/+16
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano1-2/+22