1. 4672694 ipv4: frags: handle possible skb truesize change by Eric Dumazet · 7 years ago
  2. 56e2c94 inet: frag: enforce memory limits earlier by Eric Dumazet · 7 years ago
  3. 61f4b23 netlink: Don't shift with UB on nlk->ngroups by Dmitry Safonov · 7 years ago
  4. df18b50 net/ipv6: fix metrics leak by Sabrina Dubroca · 7 years ago
  5. 25432eb openvswitch: meter: Fix setting meter id for new entries by Justin Pettit · 7 years ago
  6. 7acf9d4 netlink: Do not subscribe to non-existent groups by Dmitry Safonov · 7 years ago
  7. 383d470 tcp_bbr: fix bw probing to raise in-flight data for very small BDPs by Neal Cardwell · 7 years ago
  8. e978de7 net: socket: Fix potential spectre v1 gadget in sock_is_registered by Jeremy Cline · 7 years ago
  9. c8e8cd5 net: socket: fix potential spectre v1 gadget in socketcall by Jeremy Cline · 7 years ago
  10. 958b4cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  11. 9fc1202 ipv4: remove BUG_ON() from fib_compute_spec_dst by Lorenzo Bianconi · 7 years ago
  12. 71eb525 bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() by Taehee Yoo · 7 years ago
  13. 3eee1f7 bpf: fix bpf_skb_load_bytes_relative pkt length check by Daniel Borkmann · 7 years ago
  14. d0fdb36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  15. 36e0f12 xdp: add NULL pointer check in __xdp_return() by Taehee Yoo · 7 years ago
  16. 9e630bc RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr by Avinash Repaka · 7 years ago
  17. 7effaf0 net: rollback orig value on failure of dev_qdisc_change_tx_queue_len by Tariq Toukan · 7 years ago
  18. d24458e xsk: fix poll/POLLIN premature returns by Björn Töpel · 7 years ago
  19. b87bac1 net: igmp: make function __ip_mc_inc_group() static by Wei Yongjun · 7 years ago
  20. 9aee400 tcp: ack immediately when a cwr packet arrives by Lawrence Brakmo · 7 years ago
  21. 2efd4fc ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 7 years ago
  22. 049f560 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  23. e1adf31 Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  24. e31f645 cfg80211: never ignore user regulatory hint by Amar Singhal · 7 years ago
  25. 144fe2b sock: fix sg page frag coalescing in sk_alloc_sg by Daniel Borkmann · 7 years ago
  26. 90fd131 netfilter: nf_tables: move dumper state allocation into ->start by Florian Westphal · 7 years ago
  27. 58152ec tcp: add tcp_ooo_try_coalesce() helper by Eric Dumazet · 7 years ago
  28. 8541b21 tcp: call tcp_drop() from tcp_data_queue_ofo() by Eric Dumazet · 7 years ago
  29. 3d4bf93 tcp: detect malicious patterns in tcp_collapse_ofo_queue() by Eric Dumazet · 7 years ago
  30. f4a3313 tcp: avoid collapses in tcp_prune_queue() if possible by Eric Dumazet · 7 years ago
  31. 72cd43b tcp: free batches of packets in tcp_prune_ofo_queue() by Eric Dumazet · 7 years ago
  32. 3dd1c9a ip: hash fragments consistently by Paolo Abeni · 7 years ago
  33. e873e4b ipv6: use fib6_info_hold_safe() when necessary by Wei Wang · 7 years ago
  34. 5025f7f rtnetlink: add rtnl_link_state check in rtnl_configure_link by Roopa Prabhu · 7 years ago
  35. 08d3ffc multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 7 years ago
  36. ff907a1 net: skb_segment() should not return NULL by Eric Dumazet · 7 years ago
  37. 24b711e net/ipv6: Fix linklocal to global address with VRF by David Ahern · 7 years ago
  38. 64119e0 net: caif: Add a missing rcu_read_unlock() in caif_flow_cb by YueHaibing · 7 years ago
  39. fcf4793 tls: check RCV_SHUTDOWN in tls_wait_data by Doron Roberts-Kedes · 7 years ago
  40. a0496ef2 tcp: do not delay ACK in DCTCP upon CE status change by Yuchung Cheng · 7 years ago
  41. 27cde44 tcp: do not cancel delay-AcK on DCTCP special ACK by Yuchung Cheng · 7 years ago
  42. 2987bab tcp: helpers to send special DCTCP ack by Yuchung Cheng · 7 years ago
  43. 6613b61 netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state by Florian Westphal · 7 years ago
  44. c6cc94d netfilter: nf_tables: don't allow to rename to already-pending name by Florian Westphal · 7 years ago
  45. 9f8aac0 netfilter: nf_tables: fix memory leaks on chain rename by Florian Westphal · 7 years ago
  46. a12486eb netfilter: nf_tables: free flow table struct too by Florian Westphal · 7 years ago
  47. b8088dd netfilter: nf_tables: use dev->name directly by Florian Westphal · 7 years ago
  48. 4905bd9 net/page_pool: Fix inconsistent lock state warning by Tariq Toukan · 7 years ago
  49. 024ddc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  50. e56b8ce tcp: identify cryptic messages as TCP seq # bugs by Randy Dunlap · 7 years ago
  51. 3ee593a ipv6: sr: fix useless rol32 call on hash by Colin Ian King · 7 years ago
  52. 9640ccc Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  53. 5318918 net: sched: Using NULL instead of plain integer by YueHaibing · 7 years ago
  54. f6bdc42 net/smc: reset recv timeout after clc handshake by Karsten Graul · 7 years ago
  55. ac0107e net/smc: add error handling for get_user() by Ursula Braun · 7 years ago
  56. 99be51f net/smc: optimize consumer cursor updates by Ursula Braun · 7 years ago
  57. 3bc53be net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. by Tetsuo Handa · 7 years ago
  58. 83ed7d1 ipv6: ila: select CONFIG_DST_CACHE by Arnd Bergmann · 7 years ago
  59. c293ac9 netfilter: nft_set_rbtree: fix panic when destroying set by GC by Taehee Yoo · 7 years ago
  60. 9970a8e netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy() by Taehee Yoo · 7 years ago
  61. 26b2f55 netfilter: nf_tables: fix jumpstack depth validation by Taehee Yoo · 7 years ago
  62. 1992d99 net/smc: take sock lock in smc_ioctl() by Ursula Braun · 7 years ago
  63. b5d2d75 net/ipv6: Do not allow device only routes via the multipath API by David Ahern · 7 years ago
  64. 31048d7 tcp: Fix broken repair socket window probe patch by Stefan Baranoff · 7 years ago
  65. e665159 ipv6: make DAD fail with enhanced DAD when nonce length differs by Sabrina Dubroca · 7 years ago
  66. b7ed879 net: ip6_gre: get ipv6hdr after skb_cow_head() by Prashant Bhole · 7 years ago
  67. 32da122 tls: Stricter error checking in zerocopy sendmsg path by Dave Watson · 7 years ago
  68. c604cb7 KEYS: DNS: fix parsing multiple options by Eric Biggers · 7 years ago
  69. c7ea20c ipv6/mcast: init as INCLUDE when join SSM INCLUDE group by Hangbin Liu · 7 years ago
  70. 6e2059b ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 7 years ago
  71. c290fba net/9p/client.c: put refcount of trans_mod in error case in parse_opts() by piaojun · 7 years ago
  72. a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 7 years ago
  73. b0c05d0e tcp: fix dctcp delayed ACK schedule by Yuchung Cheng · 7 years ago
  74. c849eb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  75. e78bfb0 skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 7 years ago
  76. 09210c4 xsk: do not return EMSGSIZE in copy mode for packets larger than MTU by Magnus Karlsson · 7 years ago
  77. 6efb443 xsk: always return ENOBUFS from sendmsg if there is no TX queue by Magnus Karlsson · 7 years ago
  78. 9684f5e xsk: do not return EAGAIN from sendmsg when completion queue is full by Magnus Karlsson · 7 years ago
  79. 509d764 xsk: do not return ENXIO from TX copy mode by Magnus Karlsson · 7 years ago
  80. 993675a packet: reset network header if packet shorter than ll reserved space by Willem de Bruijn · 7 years ago
  81. bab2c80 nsh: set mac len based on inner packet by Willem de Bruijn · 7 years ago
  82. 8b70086 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 7 years ago
  83. 70b7ff1 tcp: allow user to create repair socket without window probes by Stefan Baranoff · 7 years ago
  84. 21684dc tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets by Stefan Baranoff · 7 years ago
  85. 83fe6b8 sch_fq_codel: zero q->flows_cnt when fq_codel_init fails by Jacob Keller · 7 years ago
  86. 672f5cc Merge branch 'ieee802154-for-davem-2018-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 7 years ago
  87. 6e6fddc bpf: fix panic due to oob in bpf_prog_test_run_skb by Daniel Borkmann · 7 years ago
  88. 61d7698 bpf: fix availability probing for seg6 helpers by Mathieu Xhonneux · 7 years ago
  89. 59ee412 bpf: fix ldx in ld_abs rewrite for large offsets by Daniel Borkmann · 7 years ago
  90. 26420d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  91. 84379c9 netfilter: ipv6: nf_defrag: drop skb dst before queueing by Florian Westphal · 7 years ago
  92. 2045cdf netfilter: nf_conntrack: Fix possible possible crash on module loading. by Andrey Ryabinin · 7 years ago
  93. 21d5e07 netfilter: nft_compat: explicitly reject ERROR and standard target by Florian Westphal · 7 years ago
  94. 5cf3006 nl80211: Add a missing break in parse_station_flags by Bernd Edlinger · 7 years ago
  95. 6508b67 tcp: cleanup copied_seq and urg_data in tcp_disconnect by Eric Dumazet · 7 years ago
  96. 7f93d12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  97. f6f2a4a ipfrag: really prevent allocation on netns exit by Paolo Abeni · 7 years ago
  98. acc2cf4 net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort by Lorenzo Colitti · 7 years ago
  99. e737219 net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 7 years ago
  100. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago