summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* inet: fix improper empty comparisonJosef Bacik2017-09-221-1/+1
* net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-221-1/+1
* net: set tb->fast_sk_familyJosef Bacik2017-09-221-0/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-191-0/+9
* tcp: remove two unused functionsYuchung Cheng2017-09-181-34/+0
* tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
* net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6
* ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-121-1/+1
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-081-2/+2
* tcp: fix a request socket leakEric Dumazet2017-09-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-082-0/+2
|\
| * netfilter: xtables: add scheduling opportunity in get_countersFlorian Westphal2017-09-082-0/+2
* | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-071-1/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0671-1359/+1323
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-052-12/+4
| |\
| | * Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-031-9/+3
| | * Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-031-3/+1
| * | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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