summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: IPV6_PKTINFO relied userspace providing correct lengthIlpo Järvinen2009-01-041-1/+1
* ipv6: Fix sporadic sendmsg -EINVAL when sending to multicast groups.David S. Miller2009-01-041-5/+47
* net: Fix percpu counters deadlockHerbert Xu2008-12-291-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-2841-629/+857
|\
| * 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-151-1/+6
| |\
| * | ip6mr: use goto to common label instead of opencodingIlpo Järvinen2008-12-141-2/+1
| * | ipv6/mcast: join error paths using gotoIlpo Järvinen2008-12-141-11/+14
| * | xfrm6_tunnel: join error paths using gotoIlpo Järvinen2008-12-141-17/+16
| * | netns: ip6mr: enable namespace support in ipv6 multicast forwarding codeBenjamin Thery2008-12-102-101/+127
| * | netns: ip6mr: declare ip6mr /proc/net entries per-namespaceBenjamin Thery2008-12-101-46/+61
| * | netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery2008-12-101-8/+11
| * | netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery2008-12-101-16/+10
| * | netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery2008-12-101-19/+21
| * | netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery2008-12-101-16/+31
| * | netns: ip6mr: store netns in struct mfc6_cacheBenjamin Thery2008-12-101-9/+17
| * | netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery2008-12-101-39/+68
| * | netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery2008-12-102-13/+12
| * | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-031-4/+2
| * | net: /proc/net/ip_mr_cache, display Iif as a signed shortBenjamin Thery2008-12-031-1/+1
| * | net: fix /proc/net/ip_mr_cache display - V2Benjamin Thery2008-12-031-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-251-1/+1
| * | | netns xfrm: per-netns MIBsAlexey Dobriyan2008-11-251-4/+5
| * | | netns xfrm: AH/ESP in netns!Alexey Dobriyan2008-11-252-2/+4
| * | | netns xfrm: ->get_saddr in netnsAlexey Dobriyan2008-11-251-2/+3
| * | | netns xfrm: ->dst_lookup in netnsAlexey Dobriyan2008-11-251-3/+4
| * | | netns xfrm: KM reporting in netnsAlexey Dobriyan2008-11-251-1/+2
| * | | netns xfrm: dst garbage-collecting in netnsAlexey Dobriyan2008-11-251-1/+1
| * | | netns xfrm: lookup in netnsAlexey Dobriyan2008-11-2513-22/+27
| * | | netns xfrm: state lookup in netnsAlexey Dobriyan2008-11-254-5/+5
| * | | netns xfrm: add struct xfrm_state::xs_netAlexey Dobriyan2008-11-251-1/+1
| * | | ipv6: fix warning in net/ipv6/ip6_flowlabel.cIngo Molnar2008-11-251-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-232-2/+2
| * | | net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet2008-11-231-35/+59
| * | | net: remove redundant argument commentsQinghuang Feng2008-11-211-1/+0
| * | | net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-201-8/+7
| * | | ipv6: convert tunnels to net_device_opsStephen Hemminger2008-11-202-30/+32
| * | | ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger2008-11-201-1/+5
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-202-5/+5
| |\ \ \
| * | | | net: listening_hash get a spinlock per bucketEric Dumazet2008-11-201-11/+12
| * | | | ip: convert to net_device_ops for ioctlStephen Hemminger2008-11-191-4/+9
| * | | | include/net net/ - csum_partial - remove unnecessary castsJoe Perches2008-11-194-8/+8
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-182-0/+10
| |\ \ \ \