summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-8/+4
* [NET]: rtnl_unlock cleanupsDenis V. Lunev2007-10-101-6/+2
* [NET]: Remove double dev->flags checking when calling dev_close()Pavel Emelyanov2007-10-101-4/+2
* [NETNS]: Don't memset() netns to zero manuallyPavel Emelyanov2007-10-101-2/+1
* [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-102-11/+11
* [NET]: split dev_ifsioc() according to lockingJeff Garzik2007-10-101-30/+58
* [NET]: sparse warning fixesStephen Hemminger2007-10-103-21/+22
* [NETNS]: Simplify the network namespace list locking rules.Eric W. Biederman2007-10-101-17/+6
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-102-21/+6
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-102-14/+11
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-101-2/+3
* [NET]: Add network namespace clone & unshare support.Eric W. Biederman2007-10-101-2/+41
* [NET]: Fix running without sysfsEric W. Biederman2007-10-103-23/+20
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-4/+4
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-102-21/+8
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-101-8/+4
* [SKBUFF]: Fix up csum_start when head room changesHerbert Xu2007-10-101-10/+8
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-101-1/+1
* [IPV4/IPV6/DECNET]: Small cleanup for fib rules.Denis V. Lunev2007-10-101-11/+11
* [NET]: Cleanup calling netdev notifiers.Pavel Emelyanov2007-10-101-19/+13
* [NETNS]: Consolidate hashes creation in netdev_init()Pavel Emelyanov2007-10-101-17/+24
* [NET]: Fix the prototype of call_netdevice_notifiers.Eric W. Biederman2007-10-101-2/+2
* [NET]: migrate HARD_TX_LOCK to header fileJamal Hadi Salim2007-10-101-12/+0
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-101-4/+12
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-102-2/+10
* [NET]: Add a might_sleep() to dev_close().David S. Miller2007-10-101-0/+2
* [PATCH] NET : convert IP route cache garbage collection from softirq processi...Eric Dumazet2007-10-101-67/+122
* [NET]: #if 0 out net_alloc() for now.David S. Miller2007-10-101-0/+2
* [NET]: netlink support for moving devices between network namespaces.Eric W. Biederman2007-10-101-0/+35
* [NET]: Implement network device movement between namespacesEric W. Biederman2007-10-101-10/+179
* [NET]: Factor out __dev_alloc_name from dev_alloc_nameEric W. Biederman2007-10-101-13/+35
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-109-118/+250
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-2/+2
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-104-0/+15
* [NET]: Initialize the network namespace of network devices.Eric W. Biederman2007-10-101-0/+1
* [NET]: Make socket creation namespace safe.Eric W. Biederman2007-10-101-2/+4
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-105-16/+21
* [NET]: Basic network namespace infrastructure.Eric W. Biederman2007-10-102-1/+293
* [NET]: Change type of owner in sock_lock_t to int, renameJohn Heffner2007-10-101-3/+3
* [PKTGEN]: Remove softirq scheduling.Robert Olsson2007-10-101-32/+3
* [PKTGEN]: Multiqueue support.Robert Olsson2007-10-101-0/+59
* [ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik2007-10-101-160/+39
* [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik2007-10-101-0/+38
* [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik2007-10-101-25/+70
* [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik2007-10-101-0/+61
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-101-19/+25
* [NEIGH]: Netlink notificationsThomas Graf2007-10-101-20/+13
* [NEIGH]: Combine neighbour cleanup and releaseThomas Graf2007-10-101-14/+13
* [RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov2007-10-101-30/+53
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-104-109/+131