1. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  2. 7e0d15e Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  3. cb0ce18 genetlink: do not parse attributes for families with zero maxattr by Michal Kubecek · 5 years ago
  4. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  5. e7a9810 devlink: propagate extack down to health reporter ops by Jiri Pirko · 5 years ago
  6. 4028182 devlink: don't do reporter recovery if the state is healthy by Jiri Pirko · 5 years ago
  7. 28e72b2 sock_get_timeout: drop unnecessary return variable by Vito Caputo · 5 years ago
  8. 262ce0a af_unix: __unix_find_socket_byname() cleanup by Vito Caputo · 5 years ago
  9. baead85 xdp: Trivial, fix spelling in function description by Anton Ivanov · 5 years ago
  10. 719b78a5 flow_dissector: Allow updating the flow dissector program atomically by Jakub Sitnicki · 5 years ago
  11. 5f63afe mac80211: minstrel_ht: rename prob_ewma to prob_avg, use it for the new average by Felix Fietkau · 5 years ago
  12. b1103d2 mac80211: minstrel_ht: replace rate stats ewma with a better moving average by Felix Fietkau · 5 years ago
  13. 8f2f495 mac80211: minstrel: remove divisions in tx status path by Felix Fietkau · 5 years ago
  14. 2fd351a nl80211: trivial: Remove redundant loop by Denis Kenzior · 5 years ago
  15. d18963c net/smc: improve close of terminated socket by Ursula Braun · 5 years ago
  16. c3d9494 net/smc: no new connections on disappearing devices by Ursula Braun · 5 years ago
  17. b3cb53c net/smc: increase device refcount for added link group by Ursula Braun · 5 years ago
  18. a0a62ee net/smc: separate locks for SMCD and SMCR link group lists by Ursula Braun · 5 years ago
  19. a2351c5 net/smc: separate SMCD and SMCR link group lists by Ursula Braun · 5 years ago
  20. b6e6b5f sctp: add SCTP_SEND_FAILED_EVENT event by Xin Long · 5 years ago
  21. 5cd0b91 sctp: add SCTP_ADDR_MADE_PRIM event by Xin Long · 5 years ago
  22. c446f50 sctp: add SCTP_ADDR_REMOVED event by Xin Long · 5 years ago
  23. 4b77403 sctp: add SCTP_ADDR_ADDED event by Xin Long · 5 years ago
  24. bacb7e1 Revert "tun: call dev_get_valid_name() before register_netdevice()" by Eric Dumazet · 5 years ago
  25. 6ea6776 net: tipc: prepare attrs in __tipc_nl_compat_dumpit() by Jiri Pirko · 5 years ago
  26. ab5b526 net: genetlink: always allocate separate attrs for dumpit ops by Jiri Pirko · 5 years ago
  27. a11c397 bpf/flow_dissector: add mode to enforce global BPF flow dissector by Stanislav Fomichev · 5 years ago
  28. bc76e5b net/tls: store decrypted on a single bit by Jakub Kicinski · 5 years ago
  29. 5c5458e net/tls: store async_capable on a single bit by Jakub Kicinski · 5 years ago
  30. 4de30a8 net/tls: pass context to tls_device_decrypted() by Jakub Kicinski · 5 years ago
  31. 34ef1ed net/tls: make allocation failure unlikely by Jakub Kicinski · 5 years ago
  32. 93277b2 net/tls: mark sk->err being set as unlikely by Jakub Kicinski · 5 years ago
  33. 163ab96 net: sockmap: use bitmap for copy info by Jakub Kicinski · 5 years ago
  34. 8211fbf net: core: use helper skb_ensure_writable in more places by Heiner Kallweit · 5 years ago
  35. 82a843d net: devlink: fix reporter dump dumpit by Jiri Pirko · 5 years ago
  36. d131c5b net/rds: Add missing include file by YueHaibing · 5 years ago
  37. ee85da5 devlink: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  38. 265ecd4 net: genetlink: remove unused genl_family_attrbuf() by Jiri Pirko · 5 years ago
  39. c6c0861 net: tipc: allocate attrs locally instead of using genl_family_attrbuf in compat_dumpit() by Jiri Pirko · 5 years ago
  40. 057af70 net: tipc: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  41. 4495af3 net: nfc: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  42. 75cdbdd net: ieee802154: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  43. bf813b0 net: genetlink: parse attrs and store in contect info struct during dumpit by Jiri Pirko · 5 years ago
  44. c10e6cf net: genetlink: push attrbuf allocation and parsing to a separate function by Jiri Pirko · 5 years ago
  45. 1927f41 net: genetlink: introduce dump info struct to be available during dumpit op by Jiri Pirko · 5 years ago
  46. be064de net: genetlink: push doit/dumpit code from genl_family_rcv_msg by Jiri Pirko · 5 years ago
  47. 248d45f openvswitch: Allow attaching helper in later commit by Yi-Hung Wei · 5 years ago
  48. 8273fd8 net: devlink: export devlink net setter by Jiri Pirko · 5 years ago
  49. a4d26fd net/tls: add TlsDeviceRxResync statistic by Jakub Kicinski · 5 years ago
  50. 5c5ec66 net/tls: add TlsDecryptError stat by Jakub Kicinski · 5 years ago
  51. b32fd3c net/tls: add statistics for installed sessions by Jakub Kicinski · 5 years ago
  52. d26b698 net/tls: add skeleton of MIB statistics by Jakub Kicinski · 5 years ago
  53. 9ec1c6a net/tls: add device decrypted trace point by Jakub Kicinski · 5 years ago
  54. 8538d29 net/tls: add tracing for device/offload events by Jakub Kicinski · 5 years ago
  55. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  56. a0c2dc1 nfc: fix memory leak in llcp_sock_bind() by Eric Dumazet · 5 years ago
  57. 474f081 sch_dsmark: fix potential NULL deref in dsmark_init() by Eric Dumazet · 5 years ago
  58. 2d819d25 ipv6: Handle missing host route in __ipv6_ifa_notify by David Ahern · 5 years ago
  59. b406472 net: ipv4: avoid mixed n_redirects and rate_tokens usage by Paolo Abeni · 5 years ago
  60. c62c2cf net: devlink: don't ignore errors during dumpit by Jiri Pirko · 5 years ago
  61. 8ae72cb Revert "ipv6: Handle race in addrconf_dad_work" by David Ahern · 5 years ago
  62. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago
  63. 5a43f69 igmp: uninline ip_mc_validate_checksum() by Alexey Dobriyan · 5 years ago
  64. 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
  65. 53b4414 net/tls: allow compiling TLS TOE out by Jakub Kicinski · 5 years ago
  66. 0eb8745 net/tls: rename tls_hw_* functions tls_toe_* by Jakub Kicinski · 5 years ago
  67. 08700da net/tls: move TOE-related code to a separate file by Jakub Kicinski · 5 years ago
  68. 16bed0e net/tls: move tls_build_proto() on init path by Jakub Kicinski · 5 years ago
  69. f21912e net/tls: rename tls_device to tls_toe_device by Jakub Kicinski · 5 years ago
  70. 25a3cd81 net/tls: move TOE-related structures to a separate header by Jakub Kicinski · 5 years ago
  71. 033b2c7f rxrpc: Add missing "new peer" trace by David Howells · 5 years ago
  72. 070c63f net: devlink: allow to change namespaces during reload by Jiri Pirko · 5 years ago
  73. 471f894 net: devlink: export devlink net getter by Jiri Pirko · 5 years ago
  74. b7a5955 net: fib_notifier: propagate extack down to the notifier block callback by Jiri Pirko · 5 years ago
  75. 55c894f net: fib_notifier: propagate possible error during fib notifier registration by Jiri Pirko · 5 years ago
  76. 7c550da net: fib_notifier: make FIB notifier per-netns by Jiri Pirko · 5 years ago
  77. 2ce113d mac80211: simplify TX aggregation start by Johannes Berg · 5 years ago
  78. 4fd0328 mac80211: pass internal sta to ieee80211_tx_frags() by Johannes Berg · 5 years ago
  79. 020fa0f mac80211: IBSS: avoid unneeded return value processing by Koen Vandeputte · 6 years ago
  80. 9077f05 net: propagate errors correctly in register_netdevice() by Eric Dumazet · 5 years ago
  81. 9b17f58 net/rds: Use DMA memory pool allocation for rds_header by Ka-Cheong Poon · 5 years ago
  82. 3afb096 tcp: fix slab-out-of-bounds in tcp_zerocopy_receive() by Eric Dumazet · 5 years ago
  83. 4094871 udp: only do GSO if # of segs > 1 by Josh Hunt · 5 years ago
  84. 44b321e udp: fix gso_segs calculations by Josh Hunt · 5 years ago
  85. 6af1799 ipv6: drop incoming packets having a v4mapped source address by Eric Dumazet · 5 years ago
  86. fab401e net/rds: Log vendor error if send/recv Work requests fail by Sudhakar Dindukurti · 5 years ago
  87. 0903102 Clean up the net/caif/Kconfig menu by rd.dunlab@gmail.com · 5 years ago
  88. b60fa1c net_sched: remove need_resched() from qdisc_run() by Eric Dumazet · 5 years ago
  89. 4fbb97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  90. 3e8db7e net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set by Vladimir Oltean · 5 years ago
  91. d64bf89 net/rds: Fix error handling in rds_ib_add_one() by Dotan Barak · 5 years ago
  92. 51976f4 ipconfig: Handle CONFIG_CIFS_ROOT option by Paulo Alcantara (SUSE) · 5 years ago
  93. a30c7b4 net: introduce per-netns netdevice notifiers by Jiri Pirko · 5 years ago
  94. afa0df5 net: push loops and nb calls into helper functions by Jiri Pirko · 5 years ago
  95. e95584a tipc: fix unlimited bundling of small messages by Tuong Lien · 5 years ago
  96. a3ce2a2 ipv6: Handle race in addrconf_dad_work by David Ahern · 5 years ago
  97. 3256a2d tcp: adjust rto_base in retransmits_timed_out() by Eric Dumazet · 5 years ago
  98. a786ab3 vsock/virtio: add support for MSG_PEEK by Matias Ezequiel Vara Larsen · 5 years ago
  99. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  100. 0d7982c ipv6: minor code reorg in inet6_fill_ifla6_attrs() by Nicolas Dichtel · 5 years ago