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