1. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  2. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  3. 35cc3cef net/sched: cls_flower: Reject duplicated rules also under skip_sw by Or Gerlitz · 6 years ago
  4. a60956e net: dsa: Make dsa_master_set_mtu() static by Andrew Lunn · 6 years ago
  5. 91ba479 net: dsa: Restore MTU on master device on unload by Andrew Lunn · 6 years ago
  6. 97ef7b4 ip: silence udp zerocopy smatch false positive by Willem de Bruijn · 6 years ago
  7. 66033f4 ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  8. f9bfe4e tcp: lack of available data can also cause TSO defer by Eric Dumazet · 6 years ago
  9. 0fbe82e net: call sk_dst_reset when set SO_DONTROUTE by yupeng · 6 years ago
  10. 5895631 neighbor: Improve garbage collection by David Ahern · 6 years ago
  11. 43920ed bridge: Add br_fdb_clear_offload() by Petr Machata · 6 years ago
  12. 1b4e5ad ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output by Shmulik Ladkani · 6 years ago
  13. 40c900a net: core: dev: Attach extack to NETDEV_PRE_UP by Petr Machata · 6 years ago
  14. 2637260 net: core: dev: Add call_netdevice_notifiers_extack() by Petr Machata · 6 years ago
  15. 6d04032 net: core: dev: Add extack argument to __dev_change_flags() by Petr Machata · 6 years ago
  16. 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
  17. 00f54e6 net: core: dev: Add extack argument to dev_open() by Petr Machata · 6 years ago
  18. fdb8b29 tcp: fix code style in tcp_recvmsg() by Pedro Tammela · 6 years ago
  19. dc0fe7d net: dsa: Set the master device's MTU to account for DSA overheads by Andrew Lunn · 6 years ago
  20. a5dd308 net: dsa: Add overhead to tag protocol ops. by Andrew Lunn · 6 years ago
  21. 7a35a50 neighbor: Add extack messages for add and delete commands by David Ahern · 6 years ago
  22. f5d6c3e tipc: fix node keep alive interval calculation by Hoang Le · 6 years ago
  23. ebaf39e ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  24. afd0a80 sctp: frag_point sanity check by Jakub Audykowicz · 6 years ago
  25. d66280b net: netem: use a list in addition to rbtree by Peter Oskolkov · 6 years ago
  26. d08c6bc net: bridge: increase multicast's default maximum number of entries by Nikolay Aleksandrov · 6 years ago
  27. cf332bca net: bridge: mark hash_elasticity as obsolete by Nikolay Aleksandrov · 6 years ago
  28. 4329596 net: bridge: multicast: use non-bh rcu flavor by Nikolay Aleksandrov · 6 years ago
  29. 19e3a9c net: bridge: convert multicast to generic rhashtable by Nikolay Aleksandrov · 6 years ago
  30. b2b7af8 tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  31. 4172754 tcp: Do not underestimate rwnd_limited by Eric Dumazet · 6 years ago
  32. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  33. 22f6bbb net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  34. 64d4790 Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  35. 79462857 SUNRPC: Don't force a redundant disconnection in xs_read_stream() by Trond Myklebust · 6 years ago
  36. dfcf038 SUNRPC: Fix up socket polling by Trond Myklebust · 6 years ago
  37. b76a5af SUNRPC: Use the discard iterator rather than MSG_TRUNC by Trond Myklebust · 6 years ago
  38. 26781ea SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() by Trond Myklebust · 6 years ago
  39. 16e5e90 SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag by Trond Myklebust · 6 years ago
  40. c443305 SUNRPC: Fix RPC receive hangs by Trond Myklebust · 6 years ago
  41. 312ca38 cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() by Jouni Malinen · 6 years ago
  42. 990d718 mac80211: ignore NullFunc frames in the duplicate detection by Emmanuel Grumbach · 6 years ago
  43. 9ec1190 mac80211: fix reordering of buffered broadcast packets by Felix Fietkau · 6 years ago
  44. a317e65 mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext by Felix Fietkau · 6 years ago
  45. a74f0fa tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT by Eric Dumazet · 6 years ago
  46. 1c25324 net/sched: act_tunnel_key: Don't dump dst port if it wasn't set by Adi Nissim · 6 years ago
  47. 80ef0f2 net/sched: act_tunnel_key: Allow key-less tunnels by Adi Nissim · 6 years ago
  48. 6888389 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  49. f839a6c net: Do not route unicast IP packets twice by Ido Schimmel · 6 years ago
  50. 875e893 skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark' by Ido Schimmel · 6 years ago
  51. bf29e9e net/core: tidy up an error message by Qian Cai · 6 years ago
  52. 52900d2 udp: elide zerocopy operation in hot path by Willem de Bruijn · 6 years ago
  53. b5947e5 udp: msg_zerocopy by Willem de Bruijn · 6 years ago
  54. fb6df5a sctp: kfree_rcu asoc by Xin Long · 6 years ago
  55. 0e839df9 net: ethernet: provide nvmem_get_mac_address() by Bartosz Golaszewski · 6 years ago
  56. 6a6d668 l3mdev: add function to retreive upper master by Alexis Bauvin · 6 years ago
  57. da5095d05 udp_tunnel: add config option to bind to a device by Alexis Bauvin · 6 years ago
  58. 846e980 devlink: Add 'fw_load_policy' generic parameter by Shalom Toledo · 6 years ago
  59. 0a9a430 SUNRPC: Fix a potential race in xprt_connect() by Trond Myklebust · 6 years ago
  60. 71700bb SUNRPC: Fix a memory leak in call_encode() by Trond Myklebust · 6 years ago
  61. 8dae539 SUNRPC: Fix leak of krb5p encode pages by Chuck Lever · 6 years ago
  62. 9bd1152 SUNRPC: call_connect_status() must handle tasks that got transmitted by Trond Myklebust · 6 years ago
  63. dcb4059 bpf: refactor bpf_test_run() to separate own failures and test program result by Roman Gushchin · 6 years ago
  64. e1561fe tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  65. ec641b3 tcp: fix SNMP under-estimation on failed retransmission by Yuchung Cheng · 6 years ago
  66. 3976535 tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  67. a3d7e01 net: dsa: Fix tagging attribute location by Florian Fainelli · 6 years ago
  68. f71c614 bpf: Support sk lookup in netns with id 0 by Joe Stringer · 6 years ago
  69. fd6d433 net/sched: act_police: fix memory leak in case of invalid control action by Davide Caratti · 6 years ago
  70. 5a6db04 net: bridge: Extend br_vlan_get_pvid() for bridge ports by Ido Schimmel · 6 years ago
  71. b7df9ada bpf: fix pointer offsets in context for 32 bit by Daniel Borkmann · 6 years ago
  72. a293974 rtnetlink: avoid frame size warning in rtnl_newlink() by Jakub Kicinski · 6 years ago
  73. 420d031 rtnetlink: remove a level of indentation in rtnl_newlink() by Jakub Kicinski · 6 years ago
  74. 6015c71 tcp: md5: add tcp_md5_needed jump label by Eric Dumazet · 6 years ago
  75. 4f693b5 tcp: implement coalescing on backlog queue by Eric Dumazet · 6 years ago
  76. 19119f2 tcp: take care of compressed acks in tcp_add_reno_sack() by Eric Dumazet · 6 years ago
  77. b0e3f1b net: Add trace events for all receive exit points by Geneviève Bastien · 6 years ago
  78. 43d0e96 openvswitch: fix spelling mistake "execeeds" -> "exceeds" by Colin Ian King · 6 years ago
  79. 4135cce sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  80. 93029d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  81. 9410d38 net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  82. b020fcf net/x25: handle call collisions by Martin Schiller · 6 years ago
  83. 0613761 net/x25: fix null_x25_address handling by Martin Schiller · 6 years ago
  84. d449ba3 net/x25: fix called/calling length calculation in x25_parse_address_block by Martin Schiller · 6 years ago
  85. 1464193 net: explain __skb_checksum_complete() with comments by Cong Wang · 6 years ago
  86. 19bf626 tcp: remove loop to compute wscale by Eric Dumazet · 6 years ago
  87. 867d0ad net: fix XPS static_key accounting by Sabrina Dubroca · 6 years ago
  88. f28c020 net: restore call to netdev_queue_numa_node_write when resetting XPS by Sabrina Dubroca · 6 years ago
  89. e561bb2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  90. 7246d8e bpf: helper to pop data from messages by John Fastabend · 6 years ago
  91. e9d8faf Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  92. ca08987 netfilter: nf_tables: deactivate expressions in rule replecement routine by Taehee Yoo · 6 years ago
  93. 86d1d8b net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabled by David Ahern · 6 years ago
  94. e7395f1f tcp: remove hdrlen argument from tcp_queue_rcv() by Eric Dumazet · 6 years ago
  95. 16e8c4c net/ncsi: Add NCSI Mellanox OEM command by Vijay Khemka · 6 years ago
  96. ec835f89 tipc: fix lockdep warning during node delete by Jon Maloy · 6 years ago
  97. 288f06a0 netns: enable to dump full nsid translation table by Nicolas Dichtel · 6 years ago
  98. 3a4f68b netns: enable to specify a nsid for a get request by Nicolas Dichtel · 6 years ago
  99. cff478b netns: add support of NETNSA_TARGET_NSID by Nicolas Dichtel · 6 years ago
  100. a0732ad netns: introduce 'struct net_fill_args' by Nicolas Dichtel · 6 years ago