| Age | Commit message (Expand) | Author |
| 2019-05-09 | net/tcp: use deferred jump label for TCP acked data hook | Jakub Kicinski |
| 2019-05-08 | ipv4: Fix raw socket lookup for local traffic | David Ahern |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2019-05-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
| 2019-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
| 2019-05-05 | net: use indirect calls helpers at early demux stage | Paolo Abeni |
| 2019-05-05 | net: use indirect calls helpers for L3 handler hooks | Paolo Abeni |
| 2019-05-05 | ipv4: Move exception bucket to nh_common | David Ahern |
| 2019-05-05 | ipv4: Pass fib_nh_common to rt_cache_route | David Ahern |
| 2019-05-05 | ipv4: Move cached routes to fib_nh_common | David Ahern |
| 2019-05-04 | ipmr_base: Do not reset index in mr_table_dump | David Ahern |
| 2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2019-05-01 | udp: fix GRO packet of death | Eric Dumazet |
| 2019-05-01 | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani |
| 2019-05-01 | tcp: refactor setting the initial congestion window | Yuchung Cheng |
| 2019-05-01 | tcp: refactor to consolidate TFO passive open code | Yuchung Cheng |
| 2019-05-01 | tcp: undo cwnd on Fast Open spurious SYNACK retransmit | Yuchung Cheng |
| 2019-05-01 | tcp: lower congestion window on Fast Open SYNACK timeout | Yuchung Cheng |
| 2019-05-01 | tcp: undo init congestion window on false SYNACK timeout | Yuchung Cheng |
| 2019-05-01 | tcp: better SYNACK sent timestamp | Yuchung Cheng |
| 2019-05-01 | tcp: undo initial congestion window on false SYN timeout | Yuchung Cheng |
| 2019-05-01 | tcp: avoid unconditional congestion window undo on SYN retransmit | Yuchung Cheng |
| 2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
| 2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
| 2019-04-30 | netfilter: use macros to create module aliases. | Flavio Leitner |
| 2019-04-29 | tcp: add sanity tests in tcp_add_backlog() | Eric Dumazet |
| 2019-04-27 | udp: fix GRO reception in case of length mismatch | Paolo Abeni |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
| 2019-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2019-04-24 | ipv4: add sanity checks in ipv4_link_failure() | Eric Dumazet |
| 2019-04-23 | net: Change nhc_flags to unsigned char | David Ahern |
| 2019-04-23 | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap | David Ahern |
| 2019-04-23 | xfrm: remove unneeded export_symbols | Florian Westphal |
| 2019-04-23 | xfrm: remove decode_session indirection from afinfo_policy | Florian Westphal |
| 2019-04-23 | xfrm: remove init_path indirection from afinfo_policy | Florian Westphal |
| 2019-04-23 | xfrm: remove tos indirection from afinfo_policy | Florian Westphal |
| 2019-04-22 | net: bpfilter: dont use module_init in non-modular code | Paul Gortmaker |
| 2019-04-22 | net: Rename net/nexthop.h net/rtnh.h | David Ahern |
| 2019-04-19 | tcp: properly reset skb->truesize for tx recycling | Eric Dumazet |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann |
| 2019-04-18 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
| 2019-04-17 | ipv4: set the tcp_min_rtt_wlen range from 0 to one day | ZhangXiaoxu |
| 2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
| 2019-04-16 | tcp: tcp_grow_window() needs to respect tcp_space() | Eric Dumazet |
| 2019-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller |
| 2019-04-14 | ipv4: ensure rcu_read_lock() in ipv4_link_failure() | Eric Dumazet |
| 2019-04-12 | ipv4: recompile ip options in ipv4_link_failure | Stephen Suryaputra |