summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2008-03-31[NETNS]: Introduce a netns_core structure.Pavel Emelyanov-6/+6
2008-03-28[NET]: Fix dev_alloc_skb() typo.David S. Miller-1/+1
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov-10/+1
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov-0/+22
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov-0/+34
2008-03-28[NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko-0/+4
2008-03-28[NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki-32/+29
2008-03-28[NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki-29/+24
2008-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-2/+25
2008-03-27[NET]: uninline skb_trim, de-bloatsIlpo Järvinen-0/+16
2008-03-27[NET]: uninline dst_releaseIlpo Järvinen-0/+10
2008-03-27[NET]: uninline skb_push, de-bloats a lotIlpo Järvinen-0/+19
2008-03-27[NET]: uninline dev_alloc_skb, de-bloats a lotIlpo Järvinen-0/+18
2008-03-27[NET]: uninline skb_pull, de-bloats a lotIlpo Järvinen-0/+16
2008-03-27[NET]: uninline skb_put, de-bloats a lotIlpo Järvinen-0/+21
2008-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+25
2008-03-26[NET]: Fix multicast device ioctl checksPatrick McHardy-2/+2
2008-03-26[NET] NETNS: Omit namespace comparision without CONFIG_NET_NS.YOSHIFUJI Hideaki-10/+10
2008-03-26[NET] NETNS: Omit neigh_parms->net and pneigh_entry->net without CONFIG_NET_NS.YOSHIFUJI Hideaki-10/+16
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki-4/+4
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-19/+19
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki-22/+22
2008-03-24[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov-3/+4
2008-03-24[NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov-0/+23
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-2/+4
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr-2/+5
2008-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller-2/+4
2008-03-20netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski-2/+4
2008-03-19sched, net: socket wakeups are syncIngo Molnar-2/+2
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-5/+9
2008-03-04[NETPOLL]: Revert two bogus cleanups that broke netconsole.David S. Miller-4/+8
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov-4/+2
2008-03-03[NET]: Fix race in generic address resolution.Frank Blaschka-1/+1
2008-02-29[NET]: Use existing device list walker for /proc/dev_mcast.Pavel Emelyanov-31/+6
2008-02-29[NET]: sk_release_kernel needs to be exported to modulesDavid S. Miller-0/+1
2008-02-29[NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev-0/+18
2008-02-28[NETNS]: DST cleanup routines should be called inside namespace.Denis V. Lunev-3/+0
2008-02-28[NETNS]: Default arp parameters lookup.Denis V. Lunev-3/+1
2008-02-28[NETNS]: Register neighbour table parameters in the correct namespace.Denis V. Lunev-1/+2
2008-02-28[PKTGEN]: Use proc_create() to setup ->proc_fops firstWang Chen-6/+4
2008-02-28[NEIGHBOUR]: Use proc_create() to setup ->proc_fops firstWang Chen-2/+2
2008-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-9/+27
2008-02-23[NEIGH]: Fix race between neighbor lookup and table's hash_rnd update.Pavel Emelyanov-2/+4
2008-02-23[RTNL]: Validate hardware and broadcast address attribute for RTM_NEWLINKThomas Graf-6/+19
2008-02-20[NETNS]: Namespace leak in pneigh_lookup.Denis V. Lunev-0/+1
2008-02-19[RTNL]: Add missing link netlink attribute policy definitionsThomas Graf-0/+2
2008-02-19[NET]: Messed multicast lists after dev_mc_sync/unsyncJorge Boncompte [DTI2]-1/+1
2008-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-29/+19
2008-02-17Revert "[NDISC]: Fix race in generic address resolution"David S. Miller-3/+9