summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.Varsha Rao2017-09-041-9/+3
* net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao2017-09-043-8/+8
* netfilter: remove unused hooknum arg from packet functionsFlorian Westphal2017-09-041-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-09-0312-84/+63
|\
| * netfilter: conntrack: place print_tuple in procfs partFlorian Westphal2017-08-242-19/+0
| * netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal2017-08-241-1/+0
| * netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal2017-08-241-1/+0
| * netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal2017-08-241-6/+7
| * netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers2017-08-241-27/+30
| * netfilter: constify nf_loginfo structuresJulia Lawall2017-08-023-3/+3
| * netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0
| * netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-311-14/+2
| * netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-315-5/+5
| * netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-311-4/+16
* | net: Add module reference to FIB notifiersIdo Schimmel2017-09-011-0/+2
* | net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-2/+0
* | tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande2017-09-011-6/+103
* | inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-011-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-018-26/+44
|\ \
| * | udp: fix secpath leakYossi Kuperman2017-09-011-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-291-3/+4
| |\ \
| | * | esp: Fix skb tailroom calculationSteffen Klassert2017-08-251-1/+1
| | * | esp: Fix locking on page fragment allocationSteffen Klassert2017-08-251-2/+3
| * | | udp6: set rx_dst_cookie on rx_dst updatesPaolo Abeni2017-08-251-1/+3
| * | | tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-252-6/+15
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-08-243-10/+13
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: x_tables: Fix use-after-free in ipt_do_table.Taehee Yoo2017-07-312-9/+10
| | * | netfilter: ipt_CLUSTERIP: fix use-after-free of proc entrySabrina Dubroca2017-07-191-1/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-222-6/+9
| |\ \ \
| | * | | esp: Fix error handling on layer 2 xmit.Steffen Klassert2017-08-071-1/+1
| | * | | esp: Fix memleaks on error paths.Steffen Klassert2017-07-131-5/+8
* | | | | inetpeer: fix RCU lookup()Eric Dumazet2017-09-011-3/+6
* | | | | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-23/+47
* | | | | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-305-6/+192
* | | | | tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-302-20/+46
* | | | | neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-292-2/+2
* | | | | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-281-0/+6
* | | | | gre: add collect_md mode to ERSPAN tunnelWilliam Tu2017-08-281-4/+98
* | | | | gre: refactor the gre_fb_xmitWilliam Tu2017-08-281-15/+40
* | | | | Revert "ipv4: make net_protocol const"David Ahern2017-08-281-2/+2
* | | | | ipv4: make net_protocol constBhumika Goyal2017-08-281-2/+2
* | | | | tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-251-2/+1
* | | | | gre: remove duplicated assignment of iphColin Ian King2017-08-231-1/+0
* | | | | ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-233-1/+37
* | | | | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-233-4/+98
* | | | | gre: fix goto statement typoWilliam Tu2017-08-221-2/+2
* | | | | gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+269
* | | | | udp: remove unreachable ufo branchesWillem de Bruijn2017-08-222-9/+5
* | | | | tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-222-5/+3
* | | | | tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4