aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2008-04-18[NET]: Fix and allocate less memory for ->priv'less netdevicesAlexey Dobriyan
2008-04-16[NET]: Do not allocate unneeded memory for dev->priv alignment.Pavel Emelyanov
2008-04-16[NETNS]: Add netns refcnt debug for network devices.Denis V. Lunev
2008-04-16[NETNS]: Add netns refcnt debug to fib rules.Denis V. Lunev
2008-04-16[NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev
2008-04-16[NETNS]: Make netns refconting debug like a socket one.Denis V. Lunev
2008-04-16[RTNL]: Introduce the rtnl_kill_links helper.Pavel Emelyanov
2008-04-16[RTNL]: Relax for_each_netdev_safe in __rtnl_link_unregister.Pavel Emelyanov
2008-04-15[ETHTOOL]: Add support for large eepromsMandeep Singh Baines
2008-04-15[NETNS]: The generic per-net pointers.Pavel Emelyanov
2008-04-15[NETNS]: The net-subsys IDs generator.Pavel Emelyanov
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-14[SKB]: __skb_append = __skb_queue_after Gerrit Renker
2008-04-13[NET]: Fix kernel-doc for skb_segmentBen Hutchings
2008-04-13[SOCK] sk_stamp: should be initialized to ktime_set(-1L, 0)Eric Dumazet
2008-04-10[SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy
2008-04-10socket: sk_filter deinlineStephen Hemminger
2008-04-10socket: sk_filter minor cleanupsStephen Hemminger
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-31[SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net.Pavel Emelyanov
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov
2008-03-31[NETNS]: Introduce a netns_core structure.Pavel Emelyanov
2008-03-28[NET]: Fix dev_alloc_skb() typo.David S. Miller
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov
2008-03-28[NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko
2008-03-28[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki
2008-03-28[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-27[NET]: uninline skb_trim, de-bloatsIlpo Järvinen
2008-03-27[NET]: uninline dst_releaseIlpo Järvinen
2008-03-27[NET]: uninline skb_push, de-bloats a lotIlpo Järvinen
2008-03-27[NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen
2008-03-27[NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen
2008-03-27[NET]: uninline skb_put, de-bloats a lotIlpo Järvinen
2008-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-26[NET]: Fix multicast device ioctl checksPatrick McHardy
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-24[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov
2008-03-24[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-20netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski
2008-03-19sched, net: socket wakeups are syncIngo Molnar