summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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/+20
* [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/+8
* [NETNS]: Cleanup list walking in setup_net and cleanup_netPavel Emelyanov2007-10-111-8/+4
* [SKBUFF]: Fix up csum_start when head room changesHerbert Xu2007-10-111-10/+8
* [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/+13
* [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/+0
* [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/+3
* [PKTGEN]: Multiqueue support.Robert Olsson2007-10-111-0/+59
* [ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik2007-10-111-160/+39
* [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/+13
* [NEIGH]: Combine neighbour cleanup and releaseThomas Graf2007-10-111-14/+13
* [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
* [NET]: Do not dereference iov if length is zeroHerbert Xu2007-09-111-0/+3
* [PKTGEN]: Remove write-only variable.Pavel Emelyanov2007-08-311-3/+0
* [PKTGEN]: Fix multiqueue oops.Robert Olsson2007-08-291-2/+3
* [NET]: Fix crash in dev_mc_sync()/dev_mc_unsync()Benjamin Thery2007-08-271-4/+10
* [NET]: is_power_of_2 in net/core/neighbour.cvignesh babu2007-08-271-1/+2
* [NET]: Unexport dev_ethtoolAdrian Bunk2007-08-151-1/+0
* [NET]: Share correct feature code between bridging and bondingHerbert Xu2007-08-141-0/+39
* [NET] net/core/utils: fix sparse warningJohannes Berg2007-08-081-0/+1