| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: Support multiple network namespaces with netlink | Eric W. Biederman | 2007-10-10 | 1 | -2/+2 |
* | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 2007-10-10 | 4 | -0/+15 |
* | [NET]: Initialize the network namespace of network devices. | Eric W. Biederman | 2007-10-10 | 1 | -0/+1 |
* | [NET]: Make socket creation namespace safe. | Eric W. Biederman | 2007-10-10 | 1 | -2/+4 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-10 | 5 | -16/+21 |
* | [NET]: Basic network namespace infrastructure. | Eric W. Biederman | 2007-10-10 | 2 | -1/+293 |
* | [NET]: Change type of owner in sock_lock_t to int, rename | John Heffner | 2007-10-10 | 1 | -3/+3 |
* | [PKTGEN]: Remove softirq scheduling. | Robert Olsson | 2007-10-10 | 1 | -32/+3 |
* | [PKTGEN]: Multiqueue support. | Robert Olsson | 2007-10-10 | 1 | -0/+59 |
* | [ETHTOOL]: Internal cleanup of ethtool_value-related handlers | Jeff Garzik | 2007-10-10 | 1 | -160/+39 |
* | [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGS | Jeff Garzik | 2007-10-10 | 1 | -0/+38 |
* | [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_count | Jeff Garzik | 2007-10-10 | 1 | -25/+70 |
* | [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls | Jeff Garzik | 2007-10-10 | 1 | -0/+61 |
* | [NET] netconsole: Support dynamic reconfiguration using configfs | Satyam Sharma | 2007-10-10 | 1 | -19/+25 |
* | [NEIGH]: Netlink notifications | Thomas Graf | 2007-10-10 | 1 | -20/+13 |
* | [NEIGH]: Combine neighbour cleanup and release | Thomas Graf | 2007-10-10 | 1 | -14/+13 |
* | [RTNETLINK]: Introduce generic rtnl_create_link(). | Pavel Emelianov | 2007-10-10 | 1 | -30/+53 |
* | [NET]: Make NAPI polling independent of struct net_device objects. | Stephen Hemminger | 2007-10-10 | 4 | -109/+131 |
* | [PKTGEN]: srcmac fix | Adit Ranadive | 2007-09-16 | 1 | -0/+10 |
* | [NET]: Fix two issues wrt. SO_BINDTODEVICE. | David S. Miller | 2007-09-14 | 1 | -48/+58 |
* | [NET]: Do not dereference iov if length is zero | Herbert Xu | 2007-09-11 | 1 | -0/+3 |
* | [PKTGEN]: Remove write-only variable. | Pavel Emelyanov | 2007-08-30 | 1 | -3/+0 |
* | [PKTGEN]: Fix multiqueue oops. | Robert Olsson | 2007-08-28 | 1 | -2/+3 |
* | [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync() | Benjamin Thery | 2007-08-26 | 1 | -4/+10 |
* | [NET]: is_power_of_2 in net/core/neighbour.c | vignesh babu | 2007-08-26 | 1 | -1/+2 |
* | [NET]: Unexport dev_ethtool | Adrian Bunk | 2007-08-14 | 1 | -1/+0 |
* | [NET]: Share correct feature code between bridging and bonding | Herbert Xu | 2007-08-13 | 1 | -0/+39 |
* | [NET] net/core/utils: fix sparse warning | Johannes Berg | 2007-08-07 | 1 | -0/+1 |
* | [RTNETLINK]: Fix warning for !CONFIG_KMOD | Thomas Graf | 2007-07-31 | 1 | -0/+2 |
* | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -35/+8 |
* | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 1 | -14/+7 |
* | [PKTGEN]: make get_ipsec_sa() static and non-inline | Adrian Bunk | 2007-07-31 | 1 | -2/+1 |
* | [NET]: Allow netdev REGISTER/CHANGENAME events to fail | Herbert Xu | 2007-07-31 | 1 | -10/+52 |
* | [NET]: Take dev_base_lock when moving device name hash list entry | Herbert Xu | 2007-07-31 | 1 | -0/+4 |
* | [NET]: Call uninit if necessary in register_netdevice | Herbert Xu | 2007-07-31 | 1 | -3/+8 |
* | [PKTGEN]: Add missing KERN_* tags to printk()s. | David S. Miller | 2007-07-31 | 1 | -46/+57 |
* | [NET]: kernel-doc fixes | Randy Dunlap | 2007-07-31 | 1 | -5/+11 |
* | [NET]: Add missing entries to family name tables | David Howells | 2007-07-21 | 1 | -1/+2 |
* | [NET]: Fix loopback crashes when multiqueue is enabled. | Patrick McHardy | 2007-07-20 | 1 | -2/+2 |
* | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 2007-07-20 | 4 | -7/+7 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-19 | 3 | -3/+3 |
|\ |
|
| * | [NET] CORE: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-07-19 | 3 | -3/+3 |
* | | lockdep: fixup sk_callback_lock annotation | Peter Zijlstra | 2007-07-19 | 1 | -4/+19 |
|/ |
|
* | [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability | Denis Cheng | 2007-07-18 | 1 | -14/+14 |
* | [NET]: merge dev_unicast_discard and dev_mc_discard into one | Denis Cheng | 2007-07-18 | 1 | -12/+4 |
* | [NET]: move dev_mc_discard from dev_mcast.c to dev.c | Denis Cheng | 2007-07-18 | 2 | -13/+13 |
* | [NET]: gen_estimator deadlock fix | Ranko Zivojnovic | 2007-07-18 | 1 | -32/+49 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -0/+2 |
* | Revert "[NET]: Fix races in net_rx_action vs netpoll." | Linus Torvalds | 2007-07-16 | 1 | -8/+0 |
* | O_CLOEXEC for SCM_RIGHTS | Ulrich Drepper | 2007-07-16 | 1 | -1/+2 |