summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-192-2/+2
* remove asm/bitops.h includesJiri Slaby2007-10-192-2/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-183-25/+49
|\
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-1/+1
| * [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-171-2/+21
| * [NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov2007-10-171-12/+11
| * [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-172-3/+3
| * [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-172-11/+17
* | sysctl: fix neighbour table sysctls.Eric W. Biederman2007-10-181-36/+39
|/
* [NEIGH]: Ensure that pneigh_lookup is protected with RTNLPavel Emelyanov2007-10-151-0/+2
* [NET]: Avoid copying TCP packets unnecessarilyHerbert Xu2007-10-151-11/+10
* [NET]: Fix csum_start update in pskb_expand_headHerbert Xu2007-10-151-1/+1
* [NET]: Avoid unnecessary cloning for ingress filteringHerbert Xu2007-10-151-28/+40
* [SKBUFF]: Add skb_morphHerbert Xu2007-10-151-30/+53
* [SKBUFF]: Merge common code between copy_skb_header and skb_cloneHerbert Xu2007-10-151-71/+45
* net core: fix kernel-doc for new function parametersRandy Dunlap2007-10-132-2/+12
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-10/+4
* [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
OpenPOWER on IntegriCloud