1. 90fd131 netfilter: nf_tables: move dumper state allocation into ->start by Florian Westphal · 6 years ago
  2. 6613b61 netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state by Florian Westphal · 7 years ago
  3. c6cc94d netfilter: nf_tables: don't allow to rename to already-pending name by Florian Westphal · 7 years ago
  4. 9f8aac0 netfilter: nf_tables: fix memory leaks on chain rename by Florian Westphal · 7 years ago
  5. a12486eb netfilter: nf_tables: free flow table struct too by Florian Westphal · 7 years ago
  6. b8088dd netfilter: nf_tables: use dev->name directly by Florian Westphal · 7 years ago
  7. c293ac95 netfilter: nft_set_rbtree: fix panic when destroying set by GC by Taehee Yoo · 7 years ago
  8. 9970a8e netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy() by Taehee Yoo · 7 years ago
  9. 26b2f55 netfilter: nf_tables: fix jumpstack depth validation by Taehee Yoo · 7 years ago
  10. 1992d99 net/smc: take sock lock in smc_ioctl() by Ursula Braun · 7 years ago
  11. b5d2d75 net/ipv6: Do not allow device only routes via the multipath API by David Ahern · 7 years ago
  12. 31048d7 tcp: Fix broken repair socket window probe patch by Stefan Baranoff · 7 years ago
  13. e665159 ipv6: make DAD fail with enhanced DAD when nonce length differs by Sabrina Dubroca · 7 years ago
  14. b7ed879 net: ip6_gre: get ipv6hdr after skb_cow_head() by Prashant Bhole · 7 years ago
  15. 32da122 tls: Stricter error checking in zerocopy sendmsg path by Dave Watson · 7 years ago
  16. c604cb7 KEYS: DNS: fix parsing multiple options by Eric Biggers · 7 years ago
  17. c7ea20c ipv6/mcast: init as INCLUDE when join SSM INCLUDE group by Hangbin Liu · 7 years ago
  18. 6e2059b ipv4/igmp: init group mode as INCLUDE when join source group by Hangbin Liu · 7 years ago
  19. a69258f tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 7 years ago
  20. b0c05d0e tcp: fix dctcp delayed ACK schedule by Yuchung Cheng · 7 years ago
  21. c849eb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  22. e78bfb0 skbuff: Unconditionally copy pfmemalloc in __skb_clone() by Stefano Brivio · 7 years ago
  23. 09210c4 xsk: do not return EMSGSIZE in copy mode for packets larger than MTU by Magnus Karlsson · 7 years ago
  24. 6efb443 xsk: always return ENOBUFS from sendmsg if there is no TX queue by Magnus Karlsson · 7 years ago
  25. 9684f5e xsk: do not return EAGAIN from sendmsg when completion queue is full by Magnus Karlsson · 7 years ago
  26. 509d764 xsk: do not return ENXIO from TX copy mode by Magnus Karlsson · 7 years ago
  27. 993675a packet: reset network header if packet shorter than ll reserved space by Willem de Bruijn · 7 years ago
  28. bab2c80 nsh: set mac len based on inner packet by Willem de Bruijn · 7 years ago
  29. 8b70086 net: Don't copy pfmemalloc flag in __copy_skb_header() by Stefano Brivio · 7 years ago
  30. 70b7ff1 tcp: allow user to create repair socket without window probes by Stefan Baranoff · 7 years ago
  31. 21684dc tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets by Stefan Baranoff · 7 years ago
  32. 83fe6b8 sch_fq_codel: zero q->flows_cnt when fq_codel_init fails by Jacob Keller · 7 years ago
  33. 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
  34. 6e6fddc bpf: fix panic due to oob in bpf_prog_test_run_skb by Daniel Borkmann · 7 years ago
  35. 61d7698 bpf: fix availability probing for seg6 helpers by Mathieu Xhonneux · 7 years ago
  36. 59ee412 bpf: fix ldx in ld_abs rewrite for large offsets by Daniel Borkmann · 7 years ago
  37. 26420d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  38. 84379c9 netfilter: ipv6: nf_defrag: drop skb dst before queueing by Florian Westphal · 7 years ago
  39. 2045cdf netfilter: nf_conntrack: Fix possible possible crash on module loading. by Andrey Ryabinin · 7 years ago
  40. 21d5e07 netfilter: nft_compat: explicitly reject ERROR and standard target by Florian Westphal · 7 years ago
  41. 6508b67 tcp: cleanup copied_seq and urg_data in tcp_disconnect by Eric Dumazet · 7 years ago
  42. 7f93d12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  43. f6f2a4a ipfrag: really prevent allocation on netns exit by Paolo Abeni · 7 years ago
  44. acc2cf4 net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort by Lorenzo Colitti · 7 years ago
  45. e737219 net/ipv4: Set oif in fib_compute_spec_dst by David Ahern · 7 years ago
  46. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago
  47. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
  48. 0c6bc6e bpf: fix sk_skb programs without skb->dev assigned by John Fastabend · 7 years ago
  49. 38230a3 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
  50. 11a245e net/sched: act_csum: fix NULL dereference when 'goto chain' is used by Davide Caratti · 7 years ago
  51. e1bbdd5 net/smc: reduce sock_put() for fallback sockets by Ursula Braun · 7 years ago
  52. 9faa89d tipc: make function tipc_net_finalize() thread safe by Jon Maloy · 7 years ago
  53. 92018c7 tipc: fix correct setting of message type in second discoverer by Jon Maloy · 7 years ago
  54. e415577 tipc: correct discovery message handling during address trial period by Jon Maloy · 7 years ago
  55. 2a57f18 tipc: fix wrong return value from function tipc_node_try_addr() by Jon Maloy · 7 years ago
  56. e240cd0 netfilter: nf_tables: place all set backends in one single module by Pablo Neira Ayuso · 7 years ago
  57. 5711b4e netfilter: nf_tproxy: fix possible non-linear access to transport header by Máté Eckl · 7 years ago
  58. 70ba5b6 ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns by Tyler Hicks · 7 years ago
  59. d27e77a net: qrtr: Reset the node and port ID of broadcast messages by Arun Kumar Neelakantam · 7 years ago
  60. fdf5fd3 net: qrtr: Broadcast messages only from control port by Arun Kumar Neelakantam · 7 years ago
  61. a9ba23d ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 7 years ago
  62. d376bef netfilter: x_tables: set module owner for icmp(6) matches by Florian Westphal · 7 years ago
  63. b30c122 ieee802154: 6lowpan: set IFLA_LINK by Lubomir Rintel · 7 years ago
  64. a659254 sctp: fix the issue that pathmtu may be set lower than MINSEGMENT by Xin Long · 7 years ago
  65. 33bd5ac net/ipv6: Revert attempt to simplify route replace and append by David Ahern · 7 years ago
  66. d5a672a gen_stats: Fix netlink stats dumping in the presence of padding by Toke Høiland-Jørgensen · 7 years ago
  67. 52ee6ef tls: fix skb_to_sgvec returning unhandled error. by Doron Roberts-Kedes · 7 years ago
  68. a9744f7 xsk: fix potential race in SKB TX completion code by Magnus Karlsson · 7 years ago
  69. fe58868 xsk: frame could be completed more than once in SKB path by Magnus Karlsson · 7 years ago
  70. 20b52a7 xsk: fix potential lost completion message in SKB path by Magnus Karlsson · 7 years ago
  71. 4e33d7d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. fc9c202 ipv6: sr: fix passing wrong flags to crypto_alloc_shash() by Eric Biggers · 7 years ago
  73. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  74. 1236f22 tcp: prevent bogus FRTO undos with non-SACK flows by Ilpo Järvinen · 7 years ago
  75. 271b955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  76. 35e8c7b net: fib_rules: bring back rule_exists to match rule during add by Roopa Prabhu · 7 years ago
  77. 3f76df1 net: use dev_change_tx_queue_len() for SIOCSIFTXQLEN by Cong Wang · 7 years ago
  78. e7c7faa net/ipv6: Fix updates to prefix route by David Ahern · 7 years ago
  79. d14b56f net: cleanup gfp mask in alloc_skb_with_frags by Michal Hocko · 7 years ago
  80. c860e99 tcp: fix Fast Open key endianness by Yuchung Cheng · 7 years ago
  81. e88958e net: handle NULL ->poll gracefully by Christoph Hellwig · 7 years ago
  82. 0933cc2 Merge tag 'mac80211-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  83. e699e2c net, mm: account sock objects to kmemcg by Shakeel Butt · 7 years ago
  84. 95bca62 nl80211: check nla_parse_nested() return values by Johannes Berg · 7 years ago
  85. 188f60a nl80211: relax ht operation checks for mesh by Bob Copeland · 7 years ago
  86. e7441c9 mac80211: disable BHs/preemption in ieee80211_tx_control_port() by Denis Kenzior · 7 years ago
  87. 4c79579 bpf: Change bpf_fib_lookup to return lookup status by David Ahern · 7 years ago
  88. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  89. 24ac3a0 net/smc: rebuild nonblocking connect by Ursula Braun · 7 years ago
  90. 15ecbe9 tcp: add one more quick ack after after ECN events by Eric Dumazet · 7 years ago
  91. 8e75887 bpfilter: include bpfilter_umh in assembly instead of using objcopy by Masahiro Yamada · 7 years ago
  92. 977c711 strparser: Remove early eaten to fix full tcp receive buffer stall by Doron Roberts-Kedes · 7 years ago
  93. 88e85a7 bpfilter: check compiler capability in Kconfig by Masahiro Yamada · 7 years ago
  94. 0901441 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  95. 7c8f4e6 fib_rules: match rules based on suppress_* properties too by Jason A. Donenfeld · 7 years ago
  96. c809195f rds: clean up loopback rds_connections on netns deletion by Sowmini Varadhan · 7 years ago
  97. b36e452 netfilter: nf_conncount: fix garbage collection confirm race by Florian Westphal · 7 years ago
  98. ce00bf0 netfilter: nf_log: don't hold nf_log_mutex during user access by Jann Horn · 7 years ago
  99. dffd22a netfilter: nf_log: fix uninit read in nf_log_proc_dostring by Jann Horn · 7 years ago
  100. 6f0d349 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago