| Commit message (Expand) | Author | Age | Files | Lines |
* | netfilter: Pass net into okfn | Eric W. Biederman | 2015-09-17 | 1 | -3/+2 |
* | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 2015-09-17 | 1 | -4/+4 |
* | ipv6: Don't recompute net in ip6_rcv | Eric W. Biederman | 2015-09-17 | 1 | -1/+1 |
* | ipv6: fix crash over flow-based vxlan device | Wei-Chun Chao | 2015-07-26 | 1 | -2/+3 |
* | ipv6: Make MLD packets to only be processed locally | Angga | 2015-07-03 | 1 | -3/+3 |
* | Revert "ipv6: Fix protocol resubmission" | David S. Miller | 2015-06-10 | 1 | -5/+3 |
* | ipv6: Fix protocol resubmission | Josh Hunt | 2015-06-08 | 1 | -3/+5 |
* | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -5/+6 |
* | ipv6: coding style: comparison for inequality with NULL | Ian Morris | 2015-03-31 | 1 | -1/+1 |
* | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris | 2014-11-23 | 1 | -1/+2 |
* | ipv6: White-space cleansing : Line Layouts | Ian Morris | 2014-08-24 | 1 | -3/+3 |
* | net: Fix memory leak if TPROXY used with TCP early demux | Holger Eitzenberger | 2014-01-27 | 1 | -1/+1 |
* | net: add SNMP counters tracking incoming ECN bits | Eric Dumazet | 2013-08-08 | 1 | -1/+5 |
* | ipv6: don't accept node local multicast traffic from the wire | Hannes Frederic Sowa | 2013-03-29 | 1 | -0/+12 |
* | ipv6: stop multicast forwarding to process interface scoped addresses | Hannes Frederic Sowa | 2013-03-08 | 1 | -1/+2 |
* | ipv[4|6]: correct dropwatch false positive in local_deliver_finish | Neil Horman | 2013-03-01 | 1 | -2/+4 |
* | ipv6: don't accept multicast traffic with scope 0 | Hannes Frederic Sowa | 2013-02-11 | 1 | -0/+9 |
* | ipv6: Store Router Alert option in IP6CB directly. | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-13 | 1 | -3/+2 |
* | ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). | YOSHIFUJI Hideaki / 吉藤英明 | 2013-01-13 | 1 | -18/+3 |
* | net: TCP early demux cleanup | Eric Dumazet | 2012-07-30 | 1 | -2/+0 |
* | ipv6: Early TCP socket demux | Eric Dumazet | 2012-07-26 | 1 | -2/+11 |
* | inet: Sanitize inet{,6} protocol demux. | David S. Miller | 2012-06-19 | 1 | -6/+3 |
* | ipv6: bool/const conversions phase2 | Eric Dumazet | 2012-05-19 | 1 | -4/+5 |
* | ipv6: Add fragment reporting to ipv6_skip_exthdr(). | Jesse Gross | 2011-12-03 | 1 | -1/+2 |
* | ipv6: drop packets when source address is multicast | Brian Haley | 2011-11-08 | 1 | -0/+8 |
* | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 1 | -3/+3 |
* | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-04-20 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | netfilter: ipv6: use NFPROTO values for NF_HOOK invocation | Jan Engelhardt | 2010-03-25 | 1 | -2/+2 |
|/ |
|
* | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 2010-02-18 | 1 | -2/+1 |
* | net: constify struct inet6_protocol | Alexey Dobriyan | 2009-09-14 | 1 | -1/+1 |
* | ipv6: correct return on ipv6_rcv() packet drop | Mark Smith | 2009-07-06 | 1 | -3/+3 |
* | inet: Call skb_orphan before tproxy activates | Herbert Xu | 2009-06-26 | 1 | -0/+3 |
* | net: skb->dst accessors | Eric Dumazet | 2009-06-03 | 1 | -6/+6 |
* | snmp: add missing counters for RFC 4293 | Neil Horman | 2009-04-27 | 1 | -3/+4 |
* | ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) | Jesper Nilsson | 2009-03-27 | 1 | -3/+1 |
* | IPv6: Fix multicast routing bugs. | Thomas Goff | 2009-01-27 | 1 | -1/+1 |
* | ipv6: added net argument to IP6_INC_STATS_BH | Denis V. Lunev | 2008-10-08 | 1 | -11/+16 |
* | ipv6 netns: Make several "global" sysctl variables namespace aware. | YOSHIFUJI Hideaki | 2008-07-19 | 1 | -1/+1 |
* | ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface. | YOSHIFUJI Hideaki | 2008-07-03 | 1 | -1/+2 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-06-28 | 1 | -0/+9 |
|\ |
|
| * | ipv6: Drop packets for loopback address from outside of the box. | YOSHIFUJI Hideaki | 2008-06-19 | 1 | -0/+9 |
* | | net: remove CVS keywords | Adrian Bunk | 2008-06-11 | 1 | -2/+0 |
|/ |
|
* | [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE. | YOSHIFUJI Hideaki | 2008-04-11 | 1 | -14/+12 |
* | [IPV6] MROUTE: Support multicast forwarding. | YOSHIFUJI Hideaki | 2008-04-05 | 1 | -19/+68 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-04-02 | 1 | -2/+1 |
|\ |
|
| * | [IPV6] MCAST: Ensure to check multicast listener(s). | YOSHIFUJI Hideaki | 2008-03-31 | 1 | -2/+1 |
* | | [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace | Daniel Lezcano | 2008-03-05 | 1 | -5/+0 |
|/ |
|
* | [IPv6] RAW: Compact the API for the kernel | Pavel Emelyanov | 2008-01-28 | 1 | -6/+3 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 1 | -2/+4 |