summaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fix the outgoing interface selection order in udpv6_sendmsg()Yang Hongyang2008-12-161-0/+3
* ipv6: fix the return interface index when get it while no message is receivedYang Hongyang2008-12-161-4/+8
* ipv6: Add IPV6_PKTINFO sticky option support to setsockopt()Yang Hongyang2008-12-161-0/+22
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-161-1/+6
|\
| * ipv6: silence log messages for locally generated multicastJan Sembera2008-12-101-1/+6
* | ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-151-2/+1
* | ipv6/mcast: join error paths using gotoIlpo Järvinen2008-12-151-11/+14
* | xfrm6_tunnel: join error paths using gotoIlpo Järvinen2008-12-151-17/+16
* | netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-112-101/+127
* | netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-111-46/+61
* | netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-111-8/+11
* | netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-111-16/+10
* | netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-111-19/+21
* | netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-111-16/+31
* | netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-111-9/+17
* | netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-111-39/+68
* | netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-112-13/+12
* | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-041-4/+2
* | net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-041-1/+1
* | net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-041-5/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-282-15/+7
|\ \
| * | netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-1/+4
| * | netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan2008-11-201-14/+3
* | | net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-261-1/+1
* | | netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-261-4/+5
* | | netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-262-2/+4
* | | netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-261-2/+3
* | | netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-261-3/+4
* | | netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-261-1/+2
* | | netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-261-1/+1
* | | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-2613-22/+27
* | | netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-264-5/+5
* | | netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan2008-11-261-1/+1
* | | ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar2008-11-261-1/+1
* | | xfrm: remove useless forward declarationsAlexey Dobriyan2008-11-251-2/+0
* | | ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0
* | | net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-242-2/+2
* | | net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-241-35/+59
* | | net: remove redundant argument commentsQinghuang Feng2008-11-221-1/+0
* | | net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-211-8/+7
* | | ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-212-30/+32
* | | ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-211-1/+5
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-212-5/+5
|\ \ \ | | |/ | |/|
| * | net: fix tiny output corruption of /proc/net/snmp6Alexey Dobriyan2008-11-201-3/+3
| * | ipv6: use seq_release_private for ip6mr.c /proc entriesBenjamin Thery2008-11-201-2/+2
* | | net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-11/+12
* | | ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-201-4/+9
* | | include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-204-8/+8
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-192-0/+10
|\| |
| * | ipv6: routing header fixesBrian Haley2008-11-132-0/+10