summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev2008-04-161-0/+1
* [NETNS]: Make netns refconting debug like a socket one.Denis V. Lunev2008-04-161-0/+4
* [RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov2008-04-161-8/+21
* [RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.Pavel Emelyanov2008-04-161-2/+2
* [ETHTOOL]: Add support for large eepromsMandeep Singh Baines2008-04-161-28/+36
* [NETNS]: The generic per-net pointers.Pavel Emelyanov2008-04-151-0/+62
* [NETNS]: The net-subsys IDs generator.Pavel Emelyanov2008-04-151-0/+38
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-142-3/+3
|\
| * [NET]: Fix kernel-doc for skb_segmentBen Hutchings2008-04-141-2/+2
| * [SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet2008-04-141-1/+1
* | [SKB]: __skb_append = __skb_queue_after Gerrit Renker2008-04-141-1/+1
* | [SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy2008-04-101-0/+17
* | socket: sk_filter deinlineStephen Hemminger2008-04-101-0/+35
* | socket: sk_filter minor cleanupsStephen Hemminger2008-04-101-3/+2Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-2/+2
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-272-2/+25
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-211-2/+4
| |\ \
| * | | sched, net: socket wakeups are syncIngo Molnar2008-03-191-2/+2
* | | | [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov2008-04-011-0/+48
* | | | [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov2008-04-011-2/+2
* | | | [NETNS]: Introduce a netns_core structure.Pavel Emelyanov2008-04-011-6/+6
* | | | [NET]: Fix dev_alloc_skb() typo.David S. Miller2008-03-291-1/+1
* | | | [SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov2008-03-291-10/+1Star
* | | | [SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov2008-03-291-0/+22
* | | | [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov2008-03-291-0/+34
* | | | [NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko2008-03-281-0/+4
* | | | [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki2008-03-281-32/+29Star
* | | | [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki2008-03-281-29/+24Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-282-2/+25
|\ \ \ \ | | |_|/ | |/| |
| * | | [NET]: Fix multicast device ioctl checksPatrick McHardy2008-03-261-2/+2
| * | | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-241-0/+23
| | |/ | |/|
* | | [NET]: uninline skb_trim, de-bloatsIlpo Järvinen2008-03-281-0/+16
* | | [NET]: uninline dst_releaseIlpo Järvinen2008-03-281-0/+10
* | | [NET]: uninline skb_push, de-bloats a lotIlpo Järvinen2008-03-281-0/+19
* | | [NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen2008-03-281-0/+18
* | | [NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen2008-03-281-0/+16
* | | [NET]: uninline skb_put, de-bloats a lotIlpo Järvinen2008-03-281-0/+21
* | | [NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-252-10/+10
* | | [NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-10/+16
* | | [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-4/+4
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-254-19/+19
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-256-22/+22
* | | [NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov2008-03-241-3/+4
* | | [NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr2008-03-212-2/+5
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-211-2/+4
|\| |
| * | netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski2008-03-211-2/+4
| |/
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-052-5/+9
|\|
| * [NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller2008-03-041-4/+8
| * [NET]: Fix race in generic address resolution.Frank Blaschka2008-03-031-1/+1