Age | Commit message (Expand) | Author | Files | Lines |
2022-04-13 | ipv6: make mc_forwarding atomic | Eric Dumazet | 1 | -1/+1 |
2021-03-18 | ipv6: weaken the v4mapped source check | Jakub Kicinski | 1 | -10/+0 |
2021-02-05 | ipv6: move udp declarations to net/udp.h | Leon Romanovsky | 1 | -2/+1 |
2020-03-30 | bpf: Add socket assign support | Joe Stringer | 1 | -1/+2 |
2019-11-22 | ipv6: introduce and uses route look hints for list input. | Paolo Abeni | 1 | -2/+24 |
2019-10-30 | inet: do not call sublist_rcv on empty list | Florian Westphal | 1 | -1/+2 |
2019-10-03 | ipv6: drop incoming packets having a v4mapped source address | Eric Dumazet | 1 | -0/+10 |
2019-10-01 | netfilter: drop bridge nf reset from nf_reset | Florian Westphal | 1 | -1/+1 |
2019-08-24 | net: ipv6: fix listify ip6_rcv_finish in case of forwarding | Xin Long | 1 | -1/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-05 | net: use indirect calls helpers at early demux stage | Paolo Abeni | 1 | -1/+4 |
2019-05-05 | net: use indirect calls helpers for L3 handler hooks | Paolo Abeni | 1 | -1/+6 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2018-12-06 | net: use skb_list_del_init() to remove from RX sublists | Edward Cree | 1 | -2/+2 |
2018-11-08 | ipv6: factor out protocol delivery helper | Paolo Abeni | 1 | -12/+16 |
2018-11-08 | ipv6: handling of multicast packets received in VRF | Mike Manning | 1 | -3/+32 |
2018-09-20 | ipv6: Allow the l3mdev to be a loopback | Robert Shearman | 1 | -1/+2 |
2018-07-06 | net: ipv6: listify ipv6_rcv() and ip6_rcv_finish() | Edward Cree | 1 | -16/+115 |
2018-04-17 | ipv6: Count interface receive statistics on the ingress netdev | Stephen Suryaputra | 1 | -1/+1 |
2017-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
2017-04-17 | ipv6: drop non loopback packets claiming to originate from ::1 | Florian Westphal | 1 | -2/+5 |
2017-03-24 | net: Add sysctl to toggle early demux for tcp and udp | subashab@codeaurora.org | 1 | -2/+4 |
2016-06-08 | net: vrf: ipv6 support for local traffic to local addresses | David Ahern | 1 | -0/+1 |
2016-05-21 | ipv6: Change "final" protocol processing for encapsulation | Tom Herbert | 1 | -1/+14 |
2016-05-21 | ipv6: Fix nexthdr for reinjection | Tom Herbert | 1 | -3/+15 |
2016-05-12 | net: l3mdev: Add hook in ip and ipv6 | David Ahern | 1 | -0/+7 |
2016-04-28 | ipv6: rename IP6_UPD_PO_STATS_BH() | Eric Dumazet | 1 | -2/+2 |
2016-04-28 | ipv6: rename IP6_INC_STATS_BH() | Eric Dumazet | 1 | -14/+14 |
2016-02-17 | ipv4: namespacify ip_early_demux sysctl knob | Nikolay Borisov | 1 | -1/+1 |
2016-02-11 | ipv6: add option to drop unicast encapsulated in L2 multicast | Johannes Berg | 1 | -0/+10 |
2015-09-18 | netfilter: Pass net into okfn | Eric W. Biederman | 1 | -3/+2 |
2015-09-18 | netfilter: Pass struct net into the netfilter hooks | Eric W. Biederman | 1 | -4/+4 |
2015-09-18 | ipv6: Don't recompute net in ip6_rcv | Eric W. Biederman | 1 | -1/+1 |
2015-07-27 | ipv6: fix crash over flow-based vxlan device | Wei-Chun Chao | 1 | -2/+3 |
2015-07-03 | ipv6: Make MLD packets to only be processed locally | Angga | 1 | -3/+3 |
2015-06-11 | Revert "ipv6: Fix protocol resubmission" | David S. Miller | 1 | -5/+3 |
2015-06-08 | ipv6: Fix protocol resubmission | Josh Hunt | 1 | -3/+5 |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller | 1 | -5/+6 |
2015-03-31 | ipv6: coding style: comparison for inequality with NULL | Ian Morris | 1 | -1/+1 |
2014-11-24 | ipv6: coding style improvements (remove assignment in if statements) | Ian Morris | 1 | -1/+2 |
2014-08-25 | ipv6: White-space cleansing : Line Layouts | Ian Morris | 1 | -3/+3 |
2014-01-28 | net: Fix memory leak if TPROXY used with TCP early demux | Holger Eitzenberger | 1 | -1/+1 |
2013-08-09 | net: add SNMP counters tracking incoming ECN bits | Eric Dumazet | 1 | -1/+5 |
2013-03-29 | ipv6: don't accept node local multicast traffic from the wire | Hannes Frederic Sowa | 1 | -0/+12 |
2013-03-08 | ipv6: stop multicast forwarding to process interface scoped addresses | Hannes Frederic Sowa | 1 | -1/+2 |
2013-03-02 | ipv[4|6]: correct dropwatch false positive in local_deliver_finish | Neil Horman | 1 | -2/+4 |
2013-02-11 | ipv6: don't accept multicast traffic with scope 0 | Hannes Frederic Sowa | 1 | -0/+9 |
2013-01-14 | ipv6: Store Router Alert option in IP6CB directly. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -3/+2 |
2013-01-14 | ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -18/+3 |
2012-07-31 | net: TCP early demux cleanup | Eric Dumazet | 1 | -2/+0 |