1. f91845d pktgen: Fix fall-through annotation by Gustavo A. R. Silva · 7 years ago
  2. 50c12f7 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 7 years ago
  3. 9708d2b llc: avoid blocking in llc_sap_close() by Cong Wang · 7 years ago
  4. 15033f0 ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALL by Andre Naujoks · 7 years ago
  5. 7969119 net: dsa: Add Lantiq / Intel GSWIP tag support by Hauke Mehrtens · 7 years ago
  6. aaf9253 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  7. 435f2e7 net: bridge: add support for sticky fdb entries by Nikolay Aleksandrov · 7 years ago
  8. 12a78b0 tipc: check return value of __tipc_dump_start() by Cong Wang · 7 years ago
  9. cc4dfb7 rds: fix two RCU related problems by Cong Wang · 7 years ago
  10. 0041195 netlink: remove hash::nelems check in netlink_insert by Li RongQing · 7 years ago
  11. 1500857 net/tls: Fixed return value when tls_complete_pending_work() fails by Vakul Garg · 7 years ago
  12. 51dc63e erspan: fix error handling for erspan tunnel by Haishuang Yan · 7 years ago
  13. 5a64506 erspan: return PACKET_REJECT when the appropriate tunnel is not found by Haishuang Yan · 7 years ago
  14. 0297c1c tcp: rate limit synflood warnings further by Willem de Bruijn · 7 years ago
  15. 4ecdf77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  16. 1286df2 netfilter: xt_hashlimit: use s->file instead of s->private by Cong Wang · 7 years ago
  17. ad18d7b netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT by Michal 'vorner' Vaner · 7 years ago
  18. 99e25d0 netfilter: cttimeout: ctnl_timeout_find_get() returns incorrect pointer to type by Pablo Neira Ayuso · 7 years ago
  19. a874752 netfilter: conntrack: timeout interface depend on CONFIG_NF_CONNTRACK_TIMEOUT by Pablo Neira Ayuso · 7 years ago
  20. f94e638 netfilter: conntrack: reset tcp maxwin on re-register by Florian Westphal · 7 years ago
  21. 11957be htb: use anonymous union for simplicity by Cong Wang · 7 years ago
  22. 8ecc7c8 net_sched: remove redundant qdisc lock classes by Cong Wang · 7 years ago
  23. 86c5536 net: sched: cls_flower: dump offload count value by Vlad Buslov · 7 years ago
  24. 992cba7 net: Add and use skb_list_del_init(). by David S. Miller · 7 years ago
  25. a8305bf net: Add and use skb_mark_not_on_list(). by David S. Miller · 7 years ago
  26. 1181d62 sctp: Use skb_queue_is_first(). by David S. Miller · 7 years ago
  27. 7957a9d mac80211: Don't access sk_queue_head->next directly. by David S. Miller · 7 years ago
  28. 5969773 sch_netem: Move private queue handler to generic location. by David S. Miller · 7 years ago
  29. aea890b sch_htb: Remove local SKB queue handling code. by David S. Miller · 7 years ago
  30. 0153167 net/ipv6: Remove rt6i_prefsrc by David Ahern · 7 years ago
  31. 5d407b0 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 7 years ago
  32. 52ea992 net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPC by Vakul Garg · 7 years ago
  33. f20a4d0 net: sched: act_nat: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  34. 6d7a8df net: sched: act_skbedit: remove dependency on rtnl lock by Vlad Buslov · 7 years ago
  35. 5cf4a85 tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY by Vincent Whitchurch · 7 years ago
  36. a162c35 net_sched: properly cancel netlink dump on failure by Cong Wang · 7 years ago
  37. 98cdb48 net: dsa: Expose tagging protocol to user-space by Florian Fainelli · 7 years ago
  38. 8f5c5fc tipc: call start and done ops directly in __tipc_nl_compat_dumpit() by Cong Wang · 7 years ago
  39. fa642f0 openvswitch: Derive IP protocol number for IPv6 later frags by Yi-Hung Wei · 7 years ago
  40. b7f4156 net/iucv: declare iucv_path_table_empty() as static by Julian Wiedmann · 7 years ago
  41. b2f5439 net/af_iucv: fix skb handling on HiperTransport xmit error by Julian Wiedmann · 7 years ago
  42. 2224409 net/af_iucv: drop inbound packets with invalid flags by Julian Wiedmann · 7 years ago
  43. 203651b ipv6: add inet6_fill_args by Christian Brauner · 7 years ago
  44. 978a46f ipv4: add inet_fill_args by Christian Brauner · 7 years ago
  45. 7e4a8d5 rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/g by Christian Brauner · 7 years ago
  46. 87ccbb1 rtnetlink: move type calculation out of loop by Christian Brauner · 7 years ago
  47. 6ecf4c3 ipv6: enable IFA_TARGET_NETNSID for RTM_GETADDR by Christian Brauner · 7 years ago
  48. d380714 ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR by Christian Brauner · 7 years ago
  49. c383edc rtnetlink: add rtnl_get_net_ns_capable() by Christian Brauner · 7 years ago
  50. ee28bb5 net/sched: fix memory leak in act_tunnel_key_init() by Davide Caratti · 7 years ago
  51. 0a3b8b2 tipc: orphan sock in tipc_release() by Cong Wang · 7 years ago
  52. 428f944 netlink: Make groups check less stupid in netlink_bind() by Dmitry Safonov · 7 years ago
  53. fa788d9 packet: add sockopt to ignore outgoing packets by Vincent Whitchurch · 7 years ago
  54. 014f5a2 cfg80211: validate wmm rule when setting by Stanislaw Gruszka · 7 years ago
  55. 40b5a0f mac80211: remove unnecessary NULL check by Gustavo A. R. Silva · 7 years ago
  56. 9739fe2 mac80211: add an option for drivers to check if packets can be aggregated by Sara Sharon · 7 years ago
  57. edba6bd mac80211: allow AMSDU size limitation per-TID by Sara Sharon · 7 years ago
  58. 0eeb2b6 mac80211: add an option for station management TXQ by Sara Sharon · 7 years ago
  59. add7453 wireless: align to draft 11ax D3.0 by Shaul Triebitz · 7 years ago
  60. 77cbbc3 mac80211: fix saving a few HE values by Naftali Goldstein · 7 years ago
  61. c3d1f87 mac80211: support reporting 0-length PSDU in radiotap by Shaul Triebitz · 7 years ago
  62. 62872a9 mac80211: Fix PTK rekey freezes and clear text leak by Alexander Wetzel · 7 years ago
  63. d1332e7 mac80211: support radiotap L-SIG data by Shaul Triebitz · 7 years ago
  64. 70e5366 mac80211: Store sk_pacing_shift in ieee80211_hw by Wen Gong · 7 years ago
  65. e80d642 mac80211: copy VHT EXT NSS BW Support/Capable data to station by Johannes Berg · 7 years ago
  66. 7eb26df mac80211: add ability to parse CCFS2 by Johannes Berg · 7 years ago
  67. 09b4a4f mac80211: introduce capability flags for VHT EXT NSS support by Johannes Berg · 7 years ago
  68. b0aa75f ieee80211: add new VHT capability fields/parsing by Johannes Berg · 7 years ago
  69. 34fb190 mac80211: in AP mode, set bss_conf::he_supported by Shaul Triebitz · 7 years ago
  70. 244eb9a cfg80211: add he_capabilities (ext) IE to AP settings by Shaul Triebitz · 7 years ago
  71. adf8ed0 mac80211: add an optional TXQ for other PS-buffered frames by Johannes Berg · 7 years ago
  72. 331aead mac80211: use le16_encode_bits() instead of open-coding by Johannes Berg · 7 years ago
  73. 6f52728 mac80211: remove pointless 'params' NULL checks by Johannes Berg · 7 years ago
  74. 80aaa9c mac80211: Add he_capa debugfs entry by Ido Yariv · 7 years ago
  75. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  76. 2861952 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  77. 84cb8eb net: sched: action_ife: take reference to meta module by Vlad Buslov · 7 years ago
  78. 6d784f1 act_ife: fix a potential use-after-free by Cong Wang · 7 years ago
  79. fc3e3bf Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 7 years ago
  80. a484ef3 tipc: correct spelling errors for tipc_topsrv_queue_evt() comments by Zhenbo Gao · 7 years ago
  81. 9cc1bf3 tipc: correct spelling errors for struct tipc_bc_base's comment by Zhenbo Gao · 7 years ago
  82. 741880e sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabel by Xin Long · 7 years ago
  83. af8a2b8 sctp: fix invalid reference to the index variable of the iterator by Xin Long · 7 years ago
  84. c10bbfa net: sched: null actions array pointer before releasing action by Vlad Buslov · 7 years ago
  85. 05a6843 tipc: correct structure parameter comments for topsrv by Zhenbo Gao · 7 years ago
  86. 36feaac ip6_tunnel: respect ttl inherit for ip6tnl by Hangbin Liu · 7 years ago
  87. c6e57b3 mac80211: shorten the IBSS debug messages by Emmanuel Grumbach · 7 years ago
  88. 6c18b27 mac80211: don't Tx a deauth frame if the AP forbade Tx by Emmanuel Grumbach · 7 years ago
  89. 0007e94 mac80211: Fix station bandwidth setting after channel switch by Ilan Peer · 7 years ago
  90. f3ffb6c mac80211: fix a race between restart and CSA flows by Emmanuel Grumbach · 7 years ago
  91. abd76d2 mac80211: fix WMM TXOP calculation by Dreyfuss, Haim · 7 years ago
  92. 8442938 cfg80211: fix a type issue in ieee80211_chandef_to_operating_class() by Dan Carpenter · 7 years ago
  93. 66eb02d mac80211: fix an off-by-one issue in A-MSDU max_subframe computation by Lorenzo Bianconi · 7 years ago
  94. 743e481 tcp: remove useless add operation when init sysctl_max_tw_buckets by Yafang Shao · 7 years ago
  95. a80afe8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  96. 15a81b4 net/ipv6: Only update MTU metric if it set by David Ahern · 7 years ago
  97. ff06525 igmp: fix incorrect unsolicit report count after link down and up by Hangbin Liu · 7 years ago
  98. 4fb7253 igmp: fix incorrect unsolicit report count when join group by Hangbin Liu · 7 years ago
  99. 9db39f4 bpf: Fix bpf_msg_pull_data() by Tushar Dave · 7 years ago
  100. 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago