| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-10-09 | 1 | -1/+2 |
|\ |
|
| * | netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hook | Lin Zhang | 2017-10-09 | 1 | -1/+2 |
* | | udp: fix bcast packet reception | Paolo Abeni | 2017-10-09 | 1 | -9/+5 |
* | | ipv4: Fix traffic triggered IPsec connections. | Steffen Klassert | 2017-10-09 | 1 | -1/+1 |
* | | gso: fix payload length when gso_size is zero | Alexey Kodanev | 2017-10-08 | 2 | -2/+2 |
* | | ip_gre: erspan device should keep dst | Xin Long | 2017-10-02 | 1 | -0/+1 |
* | | ip_gre: set tunnel hlen properly in erspan_tunnel_init | Xin Long | 2017-10-02 | 1 | -1/+3 |
* | | ip_gre: check packet length and mtu correctly in erspan_xmit | Xin Long | 2017-10-02 | 1 | -1/+1 |
* | | ip_gre: get key from session_id correctly in erspan_rcv | Xin Long | 2017-10-02 | 1 | -3/+1 |
* | | udp: perform source validation for mcast early demux | Paolo Abeni | 2017-10-01 | 2 | -21/+38 |
* | | IPv4: early demux can return an error code | Paolo Abeni | 2017-10-01 | 3 | -19/+26 |
* | | ip_gre: ipgre_tap device should keep dst | Xin Long | 2017-10-01 | 1 | -0/+1 |
* | | inetpeer: fix RCU lookup() again | Eric Dumazet | 2017-09-28 | 1 | -2/+2 |
* | | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit | Alexey Kodanev | 2017-09-26 | 1 | -1/+2 |
|/ |
|
* | inet: fix improper empty comparison | Josef Bacik | 2017-09-23 | 1 | -1/+1 |
* | net: use inet6_rcv_saddr to compare sockets | Josef Bacik | 2017-09-23 | 1 | -1/+1 |
* | net: set tb->fast_sk_family | Josef Bacik | 2017-09-23 | 1 | -0/+2 |
* | tcp: fastopen: fix on syn-data transmit failure | Eric Dumazet | 2017-09-20 | 1 | -0/+9 |
* | tcp: remove two unused functions | Yuchung Cheng | 2017-09-19 | 1 | -34/+0 |
* | tcp: fix data delivery rate | Eric Dumazet | 2017-09-16 | 1 | -4/+3 |
* | tcp: update skb->skb_mstamp more carefully | Eric Dumazet | 2017-09-15 | 1 | -7/+12 |
* | net: ipv4: fix l3slave check for index returned in IP_PKTINFO | David Ahern | 2017-09-15 | 1 | -2/+6 |
* | ip_tunnel: fix ip tunnel lookup in collect_md mode | Haishuang Yan | 2017-09-13 | 1 | -1/+1 |
* | tcp/dccp: remove reqsk_put() from inet_child_forget() | Eric Dumazet | 2017-09-13 | 1 | -1/+1 |
* | ip_tunnel: fix setting ttl and tos value in collect_md mode | Haishuang Yan | 2017-09-09 | 1 | -2/+2 |
* | tcp: fix a request socket leak | Eric Dumazet | 2017-09-09 | 1 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2017-09-08 | 2 | -0/+2 |
|\ |
|
| * | netfilter: xtables: add scheduling opportunity in get_counters | Florian Westphal | 2017-09-08 | 2 | -0/+2 |
* | | udp: drop head states only when all skb references are gone | Paolo Abeni | 2017-09-08 | 1 | -1/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2017-09-06 | 71 | -1359/+1323 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-06 | 2 | -12/+4 |
| |\ |
|
| | * | Revert "net: fix percpu memory leaks" | Jesper Dangaard Brouer | 2017-09-03 | 1 | -9/+3 |
| | * | Revert "net: use lib/percpu_counter API for fragmentation mem accounting" | Jesper Dangaard Brouer | 2017-09-03 | 1 | -3/+1 |
| * | | net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros. | Varsha Rao | 2017-09-04 | 1 | -9/+3 |
| * | | net: Replace NF_CT_ASSERT() with WARN_ON(). | Varsha Rao | 2017-09-04 | 3 | -8/+8 |
| * | | netfilter: remove unused hooknum arg from packet functions | Florian Westphal | 2017-09-04 | 1 | -1/+0 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2017-09-04 | 12 | -84/+63 |
| |\ \ |
|
| | * | | netfilter: conntrack: place print_tuple in procfs part | Florian Westphal | 2017-08-24 | 2 | -19/+0 |
| | * | | netfilter: conntrack: remove protocol name from l4proto struct | Florian Westphal | 2017-08-24 | 1 | -1/+0 |
| | * | | netfilter: conntrack: remove protocol name from l3proto struct | Florian Westphal | 2017-08-24 | 1 | -1/+0 |
| | * | | netfilter: conntrack: compute l3proto nla size at compile time | Florian Westphal | 2017-08-24 | 1 | -6/+7 |
| | * | | netfilter: nf_nat_h323: fix logical-not-parentheses warning | Nick Desaulniers | 2017-08-24 | 1 | -27/+30 |
| | * | | netfilter: constify nf_loginfo structures | Julia Lawall | 2017-08-02 | 3 | -3/+3 |
| | * | | netfilter: xtables: Remove unused variable in compat_copy_entry_from_user() | Taehee Yoo | 2017-08-02 | 2 | -4/+0 |
| | * | | netfilter: conntrack: do not enable connection tracking unless needed | Florian Westphal | 2017-07-31 | 1 | -14/+2 |
| | * | | netfilter: nf_hook_ops structs can be const | Florian Westphal | 2017-07-31 | 5 | -5/+5 |
| | * | | netfilter: nf_tables: fib: use skb_header_pointer | Pablo M. Bermudo Garay | 2017-07-31 | 1 | -4/+16 |
| * | | | net: Add module reference to FIB notifiers | Ido Schimmel | 2017-09-02 | 1 | -0/+2 |
| * | | | net: prepare (struct ubuf_info)->refcnt conversion | Eric Dumazet | 2017-09-02 | 1 | -2/+0 |
| * | | | tcp_diag: report TCP MD5 signing keys and addresses | Ivan Delalande | 2017-09-02 | 1 | -6/+103 |