summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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/+10Star
| * | 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/+12Star
| * | net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memsetJoe Perches2008-12-041-4/+2Star
| * | 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/+7Star
| |\ \
| | * | 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/+3Star
| * | | 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/+0Star
| * | | ah4/ah6: remove useless NULL assignmentsAlexey Dobriyan2008-11-251-2/+0Star
| * | | 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/+0Star
| * | | net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet2008-11-211-8/+7Star
| * | | 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: 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
| |\ \ \ \
| * | | | | net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet2008-11-172-23/+48
| * | | | | udp: Use hlist_nulls in UDP RCU codeEric Dumazet2008-11-171-12/+14
| * | | | | net: remove struct dst_entry::entry_sizeAlexey Dobriyan2008-11-122-3/+0Star
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-121-4/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-11-071-27/+65
| |\ \ \ \ \ \
| | * | | | | | bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-27/+65
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-073-12/+29
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | net: '&' reduxAlexey Dobriyan2008-11-047-62/+62
| * | | | | | xfrm6: handling fragmentNicolas Dichtel2008-11-021-3/+6
| * | | | | | net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-3/+2Star
| * | | | | | net: replace %p6 with %pI6Harvey Harrison2008-10-2911-15/+15
| * | | | | | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-295-8/+8