aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-29net: Fix percpu counters deadlockHerbert Xu1-0/+3
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds41-629/+857
2008-12-25Merge branch 'next' into for-linusJames Morris2-3/+3
2008-12-16ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang1-0/+3
2008-12-16ipv6: fix the return interface index when get it while no message is receivedYang Hongyang1-4/+8
2008-12-16ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang1-0/+22
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2008-12-14ip6mr: use goto to common label instead of opencodingIlpo Järvinen1-2/+1
2008-12-14ipv6/mcast: join error paths using gotoIlpo Järvinen1-11/+14
2008-12-14xfrm6_tunnel: join error paths using gotoIlpo Järvinen1-17/+16
2008-12-10netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2-101/+127
2008-12-10netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery1-46/+61
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery1-8/+11
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery1-16/+10
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery1-19/+21
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery1-16/+31
2008-12-10netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery1-9/+17
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery1-39/+68
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2-13/+12
2008-12-09ipv6: silence log messages for locally generated multicastJan Sembera1-1/+6
2008-12-03net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches1-4/+2
2008-12-03net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery1-1/+1
2008-12-03net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery1-5/+11
2008-12-04Merge branch 'master' into nextJames Morris2-5/+5
2008-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-15/+7
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-25netns xfrm: per-netns MIBsAlexey Dobriyan1-4/+5
2008-11-25netns xfrm: AH/ESP in netns!Alexey Dobriyan2-2/+4
2008-11-25netns xfrm: ->get_saddr in netnsAlexey Dobriyan1-2/+3
2008-11-25netns xfrm: ->dst_lookup in netnsAlexey Dobriyan1-3/+4
2008-11-25netns xfrm: KM reporting in netnsAlexey Dobriyan1-1/+2
2008-11-25netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan1-1/+1
2008-11-25netns xfrm: lookup in netnsAlexey Dobriyan13-22/+27
2008-11-25netns xfrm: state lookup in netnsAlexey Dobriyan4-5/+5
2008-11-25netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan1-1/+1
2008-11-25ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar1-1/+1
2008-11-25netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond1-1/+4
2008-11-25xfrm: remove useless forward declarationsAlexey Dobriyan1-2/+0
2008-11-25ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan1-2/+0
2008-11-23net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2-2/+2
2008-11-23net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet1-35/+59
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet1-8/+7
2008-11-20ipv6: convert tunnels to net_device_opsStephen Hemminger2-30/+32
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+5
2008-11-20net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan1-3/+3
2008-11-20ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery1-2/+2
2008-11-20netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan1-14/+3
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet1-11/+12