summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-03-25[XFRM] IPV6: Use distribution counting sort for xfrm_state/xfrm_tmpl chain.YOSHIFUJI Hideaki1-97/+74
2008-03-25[NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2-0/+4
2008-03-25[NETNS]: Allow to create sockets in non-initial namespace.Denis V. Lunev1-3/+21
2008-03-25[NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev1-4/+4
2008-03-25[NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev1-0/+8
2008-03-25[NETNS]: Process INET socket layer in the correct namespace.Denis V. Lunev4-7/+7
2008-03-25[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev5-8/+14
2008-03-25[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev3-4/+4
2008-03-25[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2-8/+10
2008-03-25[NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2-4/+5
2008-03-25[NETNS]: /proc/net/arp namespacing.Denis V. Lunev1-2/+18
2008-03-25[NETNS]: Process ARP in the context of the correct namespace.Denis V. Lunev1-14/+9
2008-03-25[NETNS]: Minor information leak via /proc/net/ptype file.Pavel Emelyanov1-3/+4
2008-03-25[NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2-3/+33
2008-03-25[UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov1-3/+11
2008-03-25[NETNS][TCP]: Register /proc/net/tcp in a namespace.Pavel Emelyanov1-2/+17
2008-03-25[NETNS][UDP]: Register /proc/net/udp in a namespace.Pavel Emelyanov1-2/+17
2008-03-24Merge branch 'master' of ../net-2.6/David S. Miller8-20/+38
2008-03-24[SCTP]: Remove redundant wrapper functions.Florian Westphal2-17/+3
2008-03-24[SCTP]: Replace char msg[] with static const char[].Florian Westphal2-5/+5
2008-03-24fib_trie: print information on all routing tablesStephen Hemminger1-84/+95
2008-03-24[AF_PACKET]: Remove unused variable.Jiri Olsa1-2/+1
2008-03-24[TCP]: Shrink syncookie_secret by 8 byte.Florian Westphal2-3/+3
2008-03-24sch_htb: fix "too many events" situationMartin Devera1-6/+7
2008-03-24[IPV6]: Remove unused code in ndisc_send_redirect().Rami Rosen1-3/+0
2008-03-24[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-03-23[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall1-2/+0
2008-03-23[IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger1-2/+5
2008-03-23[IPV4] route: use read_mostlyStephen Hemminger1-19/+17
2008-03-23[IPV4]: sk parameter is unused in ipv4_dst_blackhole.Denis V. Lunev1-2/+2
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov2-27/+11
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov6-40/+18
2008-03-23[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov7-10/+10
2008-03-23[IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2-12/+10
2008-03-23[IPV4]: Remove unused ip_options->is_data.Denis V. Lunev2-6/+0
2008-03-23[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.Denis V. Lunev1-2/+1
2008-03-23[TCP]: Let skbs grow over a page on fast peersHerbert Xu1-2/+2
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - process as establishedPatrick McManus6-31/+89
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synackPatrick McManus1-2/+3
2008-03-22[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_threshPatrick McManus1-2/+1
2008-03-22[DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov1-4/+3
2008-03-22[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]Pavel Emelyanov2-3/+3
2008-03-22netlink: make socket filters work on netlinkStephen Hemminger1-4/+23
2008-03-22[IPV4]: Fix null dereference in ip_defragPhil Oester1-1/+1
2008-03-21[NETNS][IPV6] tcp6 - make proc per namespaceDaniel Lezcano3-15/+20
2008-03-21[NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano5-20/+25
2008-03-21[NETNS][IPV4] tcp - make proc handle the network namespacesDaniel Lezcano1-9/+35
2008-03-21[NETNS][IPV6] tcp - assign the netns for timewait socketsDaniel Lezcano1-0/+1
2008-03-21[NETNS][IPV6] udp - make proc handle the network namespaceDaniel Lezcano1-4/+28