1. 1424f38 igmp: Add ip_mc_list lock in ip_check_mc_rcu by Liu Jian · 3 years ago
  2. 8a90b14 sctp: validate from_addr_param return by Marcelo Ricardo Leitner · 3 years ago
  3. 88d1748 sctp: add param size validation for SCTP_PARAM_SET_PRIMARY by Marcelo Ricardo Leitner · 3 years ago
  4. 9e28a39 sctp: validate chunk size in __rcv_asconf_lookup by Marcelo Ricardo Leitner · 3 years ago
  5. c0e9a09 sctp: add size validation when walking chunks by Marcelo Ricardo Leitner · 3 years ago
  6. 467037a ANDROID: xt_quota2: remove trailing junk which might have a digit in it by Sam Liddicott · 10 years ago
  7. 5e9785b ANDROID: xt_quota2: clear quota2_log message before sending by Todd Kjos · 2 years, 10 months ago
  8. 8409df0 net:sockev: hold file reference till the sock event is sent by Sharath Chandra Vurukala · 3 years, 10 months ago
  9. d4b4987 af_unix: fix garbage collect vs MSG_PEEK by Miklos Szeredi · 2 years, 11 months ago
  10. cc8a346 net: diag: make udp_diag_destroy work for mapped addresses. by Lorenzo Colitti · 8 years ago
  11. 9a9ae7d net: diag: support SOCK_DESTROY for UDP sockets by David Ahern · 8 years ago
  12. e9cddba ANDROID: xt_qtaguid: fix UAF race by Will McVicker · 3 years, 2 months ago
  13. d399924 fixup! net: inet: Support UID-based routing in IP protocols. by Luca Weiss · 3 years ago
  14. c395967 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  15. 40b0af2 inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  16. ff76500 net:ipv6:fixed space issues relating to operators. by Jeffrin Jose · 12 years ago
  17. bf56b32 ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 11 years ago
  18. c8f6fab ipv6: fix cleanup ordering for pingv6 registration by Sabrina Dubroca · 6 years ago
  19. 04a5263 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
  20. c2e538b ipv6: fix endianness error in icmpv6_err by Hannes Frederic Sowa · 8 years ago
  21. 0915e74 ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  22. f4d0fb5 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 12 years ago
  23. abe9eae ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  24. 4e3f0e3 Revert "ping: prevent NULL pointer dereference on write to msg_name" by Karsten Tausche · 4 years ago
  25. 55a09c6 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  26. 4d123e5 ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 11 years ago
  27. 8d4864a gre6: fix rtnl dump messages by Nicolas Dichtel · 12 years ago
  28. 489e082 ipv6: gre: remove ip6gre_header_parse() by Eric Dumazet · 12 years ago
  29. dbc3f70 gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  30. 2e2923e gre: fix handling of key 0 by stephen hemminger · 12 years ago
  31. cd05153 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  32. 9496059 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  33. f0c23a0 ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
  34. 9f51e86 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
  35. c3ea079 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  36. 7c52291 ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
  37. 5ba74e1 net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  38. c7e7451 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  39. 13f97a0 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  40. 9ae202f ipv6: Use container_of macro instead of magic number to get ipv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  41. 462f8e8 ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  42. cd9f39c FIXUP: make get_file() return its argument by Karsten Tausche · 3 years, 10 months ago
  43. b8d1295 make get_file() return its argument by Al Viro · 12 years ago
  44. c9f003f xfrm: validate template mode by Sean Tranchetti · 6 years ago
  45. b33f8a7 xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies. by Steffen Klassert · 7 years ago
  46. 64b5de7 nf_conntrack: avoid kernel pointer value leak in slab name by Linus Torvalds · 8 years ago
  47. 3cbf903 BACKPORT: ipv6 addrconf: implement RFC7559 router solicitation backoff by Maciej Żenczykowski · 8 years ago
  48. 4de3bd3 net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs. by Joel Scherpelz · 7 years ago
  49. 5cdb78f ANDROID: xt_qtaguid: Remove tag_entry from process list on untag by Kalesh Singh · 3 years, 5 months ago
  50. 5de4959 Backport: ANDROID: Add untag hacks to inet_release function by Bharath · 4 years ago
  51. 61f39e1 net: sockev: avoid races between sockev and socket_close by Sharath Chandra Vurukala · 5 years ago
  52. 6cc450e UPSTREAM: net: xfrm: allow clearing socket xfrm policies. by Lorenzo Colitti · 7 years ago
  53. 20f4926 ANDROID: make PF_KEY SHA256 use RFC-compliant truncation. by Lorenzo Colitti · 7 years ago
  54. cb237f4 tcp: gso: fix truesize tracking by Eric Dumazet · 11 years ago
  55. 598b15e tcp: tsq: restore minimal amount of queueing by Eric Dumazet · 11 years ago
  56. ecd405c tcp: TSQ can use a dynamic limit by Eric Dumazet · 11 years ago
  57. 62f1b23 tcp: gso: do not generate out of order packets by Eric Dumazet · 11 years ago
  58. bb3fe14 tcp: tcp_tso_segment() small optimization by Eric Dumazet · 11 years ago
  59. 7d93f34 tcp: GSO should be TSQ friendly by Eric Dumazet · 11 years ago
  60. c75f245 tcp: TCP Small Queues by Eric Dumazet · 12 years ago
  61. 5785cf5 tcp: fix a potential deadlock in tcp_get_info() by Eric Dumazet · 9 years ago
  62. 4230115 tcp: add tcpi_segs_in and tcpi_segs_out to tcp_info by Marcelo Ricardo Leitner · 9 years ago
  63. bd25148 tcp: add tcpi_bytes_received to tcp_info by Eric Dumazet · 9 years ago
  64. 43ebcb0 tcp: add tcpi_bytes_acked to tcp_info by Eric Dumazet · 9 years ago
  65. 2698a9c tcp: add pacing_rate information into tcp_info by Eric Dumazet · 10 years ago
  66. 0f5f10c net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  67. e425f03 tcp: TSO packets automatic sizing by Eric Dumazet · 11 years ago
  68. 150c9b7 net: Do delayed neigh confirmation. by David S. Miller · 12 years ago
  69. 217482e tcp: fix possible NULL dereference in tcp_vX_send_reset() by Eric Dumazet · 10 years ago
  70. b7859b2 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  71. f2fb103 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 10 years ago
  72. 6d304e0 ipv6: fix the use of pcpu_tstats in sit by Li RongQing · 10 years ago
  73. eaf0ecf net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  74. 6873f47 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 11 years ago
  75. c113e80 tunnel: implement 64 bits statistics by stephen hemminger · 12 years ago
  76. 88601c8 ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockopt by Xin Long · 7 years ago
  77. 6216ec7 ipv4: ipmr: various fixes and cleanups by Eric Dumazet · 12 years ago
  78. 00e03ac net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  79. b6a1974 tcp: fix more NULL deref after prequeue changes by Eric Dumazet · 10 years ago
  80. 733837f ipv6: Fix types of ip6_update_pmtu(). by David S. Miller · 12 years ago
  81. e2939ea ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  82. 1ee2957 net: socket: don't set sk_uid to garbage value in ->setattr() by Eric Biggers · 7 years ago
  83. 26a8e9f net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  84. b42ff9d net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries by Masatake YAMATO · 12 years ago
  85. 45acb7d BACKPORT: tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  86. 087b1f8 BACKPORT: net: sock: make sock_tx_timestamp void by Daniel Borkmann · 11 years ago
  87. 48ede61 BACKPORT: net: include/net/sock.h cleanup by Eric Dumazet · 12 years ago
  88. 29c3901 af_packet: set defaule value for tmo by Mao Wenan · 4 years, 6 months ago
  89. 8f3b520 cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE by Sergey Matyukevich · 4 years, 4 months ago
  90. 6e0d19a nl80211: validate beacon head by Johannes Berg · 4 years, 9 months ago
  91. edc4a62 net: core: null pointer derefernce in sockev_client_cb by Kaustubh Pandey · 6 years ago
  92. 393f209 ipv6: add option to drop unsolicited neighbor advertisements by Johannes Berg · 8 years ago
  93. 082ea61 ipv6: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 8 years ago
  94. 2cc3b1c ipv4: add option to drop gratuitous ARP packets by Johannes Berg · 8 years ago
  95. a9f21f7 ipv4: add option to drop unicast encapsulated in L2 multicast by Johannes Berg · 8 years ago
  96. d908acb xfrm: validate template mode by Sean Tranchetti · 6 years ago
  97. 2b50035 inet: switch IP ID generator to siphash by Eric Dumazet · 5 years ago
  98. ca43f24 ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  99. 333f025 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 9 years ago
  100. f1616a9 netns: provide pure entropy for net_hash_mix() by Eric Dumazet · 5 years ago