summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | netfilter: ip6table_filter in netns for realAlexey Dobriyan2008-07-081-9/+22
* | netfilter: use correct namespace in ip6table_securityAlexey Dobriyan2008-07-081-3/+3
* | MIB: add struct net to UDP6_INC_STATS_BHPavel Emelyanov2008-07-051-6/+7
* | MIB: add struct net to UDP6_INC_STATS_USERPavel Emelyanov2008-07-051-4/+7
* | ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki2008-07-031-8/+0
* | ipv6: Do cleanup for ip6_mr_init.Wang Chen2008-07-032-6/+43
* | ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki2008-07-031-4/+16
* | ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki2008-07-031-0/+35
* | ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki2008-07-033-1/+20
* | ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki2008-07-031-1/+1
* | ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki2008-07-031-1/+2
* | ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki2008-07-031-0/+7
* | icmp: fix units for ratelimitStephen Hemminger2008-07-011-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-287-12/+27
|\ \ | |/
| * ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki2008-06-271-3/+3
| * inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2008-06-272-1/+4
| * tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2008-06-271-3/+3
| * netfilter: ip6table_mangle: don't reroute in LOCAL_INPatrick McHardy2008-06-241-1/+1
| * ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki2008-06-191-0/+9
| * ipv6: Remove options header when setsockopt's optlen is 0Shan Wei2008-06-191-4/+7
* | net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings2008-06-191-0/+3
* | net: Disable LRO on devices that are forwardingBen Hutchings2008-06-191-0/+6
* | ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].Rami Rosen2008-06-181-2/+0
* | udp: sk_drops handlingEric Dumazet2008-06-172-5/+8
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-161-20/+24
|\ \ | |/
| * ipv6 sit: Avoid extra need for compat layer in PRL management.YOSHIFUJI Hideaki2008-06-161-20/+24
* | inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2008-06-161-3/+3
* | inet: add struct net argument to inet_lhashfnPavel Emelyanov2008-06-161-1/+2
* | udp: add struct net argument to udp_hashfnPavel Emelyanov2008-06-161-2/+2
* | udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov2008-06-161-4/+8
* | udp: introduce a udp_hashfn functionPavel Emelyanov2008-06-161-2/+2
* | net: change proto destroy method to return voidBrian Haley2008-06-145-11/+7
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-137-11/+22
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-134-8/+21
| |\
| | * ipv6: Fix duplicate initialization of rawv6_prot.destroyDavid S. Miller2008-06-121-2/+2
| | * ipv6: Fail with appropriate error code when setting not-applicable sockopt.YOSHIFUJI Hideaki2008-06-121-4/+4
| | * ipv6: Check IPV6_MULTICAST_LOOP option value.YOSHIFUJI Hideaki2008-06-121-0/+2
| | * ipv6: Check the hop limit setting in ancillary data.Shan Wei2008-06-121-0/+5
| | * ipv6 route: Fix route lifetime in netlink message.YOSHIFUJI Hideaki2008-06-121-2/+6
| | * ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).YOSHIFUJI Hideaki2008-06-121-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-113-3/+1
| |\ \ | | |/
| | * inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-102-2/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-06-049-92/+124
| |\ \
| * | | bogus format in ip6mrAl Viro2008-06-041-1/+1
* | | | Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller2008-06-115-151/+116
|\ \ \ \
| * | | | tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_ha...YOSHIFUJI Hideaki2008-06-121-21/+12
| * | | | tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-121-48/+5
| * | | | tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki2008-06-121-10/+7
| * | | | tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki2008-06-121-32/+1
| * | | | ipv6 netns: Address labels per namespaceBenjamin Thery2008-06-122-36/+82
OpenPOWER on IntegriCloud