summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* | net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman2012-04-211-24/+23Star
* | net ipv6: Remove unneded registration of an empty net/ipv6/neighEric W. Biederman2012-04-212-42/+0Star
* | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-213-6/+6
* | net: Kill register_sysctl_rotableEric W. Biederman2012-04-212-2/+2
* | ipv6: tcp: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | ip6_tunnel: dont drop packet but consume itEric Dumazet2012-04-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-154-40/+52
|\|
| * ipv6: fix problem with expired dst cacheGao feng2012-04-134-40/+52
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-158-16/+15Star
* | ipv6: Remove unused argument to addrconf_dad_start().David S. Miller2012-04-151-6/+6
* | tcp: bind() use stronger condition for bind_conflictAlex Copot2012-04-141-1/+1
* | tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-18/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-132-15/+1Star
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-121-14/+0Star
| |\
| | * netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-091-14/+0Star
| * | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-111-1/+1
| |\ \ | | |/ | |/|
| | * netdma: adding alignment check for NETDMA opsDave Jiang2012-04-061-1/+1
* | | net/ipv6/exthdrs.c: Strict PadN option checkingEldad Zack2012-04-121-0/+16
* | | net/ipv6/ipv6_sockglue.c: Removed redundant externEldad Zack2012-04-121-1/+0Star
* | | Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff2012-04-121-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-104-4/+1Star
|\| |
| * | ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-051-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-031-7/+27
| |\ \
| * \ \ Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-293-3/+0Star
| |\ \ \
| | * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-283-3/+0Star
* | | | | net: replace continue with break to reduce unnecessary loop in xxx_xmarksourcesRongQing.Li2012-04-051-1/+1
* | | | | ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' in case of 'alloc_skb' fa...Shmulik Ladkani2012-04-041-0/+1
* | | | | net/ipv6/addrconf.c: Checkpatch cleanupsEldad Zack2012-04-021-13/+12Star
* | | | | net/ipv6/icmp.c: Checkpatch cleanupsEldad Zack2012-04-021-3/+2Star
* | | | | net/ipv6/fib6_rules.c: Checkpatch cleanupEldad Zack2012-04-021-2/+1Star
* | | | | net/ipv6/exthdrs_core.c: Checkpatch cleanupsEldad Zack2012-04-021-2/+1Star
* | | | | net/ipv6/exthdrs.c: Checkpatch cleanupsEldad Zack2012-04-021-8/+5Star
* | | | | net/ipv6/datagram.c: Checkpatch cleanupsEldad Zack2012-04-021-6/+4Star
* | | | | net/ipv6/addrconf_core.c: Checkpatch cleanupEldad Zack2012-04-021-1/+1
* | | | | net/ipv6/sit.c: Checkpatch cleanupEldad Zack2012-04-021-3/+3
* | | | | netfilter: ipv6: Stop using NLA_PUT*().David S. Miller2012-04-022-10/+11
* | | | | ipv6: Stop using NLA_PUT*().David S. Miller2012-04-025-46/+53
| |_|/ / |/| | |
* | | | ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4Shmulik Ladkani2012-04-011-7/+27
|/ / /
* | | net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-03-281-2/+6
* | | netfilter: remove forward module param confusion.Rusty Russell2012-03-231-7/+2Star
|/ /
* | ipv6: fix incorrent ipv6 ipsec packet fragmentGao feng2012-03-201-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-192-2/+1Star
|\|
| * ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.RongQing.Li2012-03-171-1/+0Star
| * ipv6: fix icmp6_dst_alloc()Eric Dumazet2012-03-161-1/+1
* | ipv6: Fix Smatch warning.Li Wei2012-03-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-091-0/+4
|\|
| * IPv6: Fix not join all-router mcast group when forwarding set.Li Wei2012-03-061-0/+4
* | netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-0/+47
* | netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-071-3/+10
* | netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-073-537/+0Star