1. 08733a0 netfilter: handle NF_REPEAT from nf_conntrack_in() by Pablo Neira Ayuso · 8 years ago
  2. 26dfab7 netfilter: merge nf_iterate() into nf_hook_slow() by Pablo Neira Ayuso · 8 years ago
  3. 01886bd netfilter: remove hook_entries field from nf_hook_state by Pablo Neira Ayuso · 8 years ago
  4. c63cbc4 netfilter: use switch() to handle verdict cases from nf_hook_slow() by Pablo Neira Ayuso · 8 years ago
  5. 0e5a1c7 netfilter: nf_tables: use hook state from xt_action_param structure by Pablo Neira Ayuso · 8 years ago
  6. 613dbd9 netfilter: x_tables: move hook state into xt_action_param structure by Pablo Neira Ayuso · 8 years ago
  7. 06fd3a3 netfilter: deprecate NF_STOP by Pablo Neira Ayuso · 8 years ago
  8. 1610a73c netfilter: kill NF_HOOK_THRESH() and state->tresh by Pablo Neira Ayuso · 8 years ago
  9. d2be66f netfilter: remove comments that predate rcu days by Pablo Neira Ayuso · 8 years ago
  10. b250a7f netfilter: get rid of useless debugging from core by Pablo Neira Ayuso · 8 years ago
  11. 1913540 ila: Fix crash caused by rhashtable changes by Tom Herbert · 8 years ago
  12. 3de864f net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect by Cyrill Gorcunov · 8 years ago
  13. 2331ccc tcp: enhance tcp collapsing by Eric Dumazet · 8 years ago
  14. e4ff952 sctp: clean up sctp_packet_transmit by Xin Long · 8 years ago
  15. 13fa876 net/sched: cls_flower: merge filter delete/destroy common code by Roi Dayan · 8 years ago
  16. a1a8f7f net/sched: cls_flower: add missing unbind call when destroying flows by Roi Dayan · 8 years ago
  17. 4cb551a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  18. 886bc50 netfilter: nf_queue: place volatile data in own cacheline by Florian Westphal · 8 years ago
  19. e41e9d6 netfilter: nf_tables: remove useless U8_MAX validation by Liping Zhang · 8 years ago
  20. 2fa8419 netfilter: nf_tables: introduce routing expression by Anders K. Pedersen · 8 years ago
  21. 8db4c5b netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c by Pablo Neira Ayuso · 8 years ago
  22. 1fddf4b netfilter: nf_log: add packet logging for netdev family by Pablo Neira Ayuso · 8 years ago
  23. f6d0cbc netfilter: nf_tables: add fib expression by Florian Westphal · 8 years ago
  24. 22ca904 genetlink: fix error return code in genl_register_family() by Wei Yongjun · 8 years ago
  25. e58e415 net: Enable support for VRF with ipv4 multicast by David Ahern · 8 years ago
  26. f40acba tipc: remove SS_CONNECTED sock state by Parthasarathy Bhuvaragan · 8 years ago
  27. 99a2088 tipc: create TIPC_CONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  28. 6f00089 tipc: remove SS_DISCONNECTING state by Parthasarathy Bhuvaragan · 8 years ago
  29. 9fd4b07 tipc: create TIPC_DISCONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  30. 438adca tipc: create TIPC_OPEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  31. 8ea642e tipc: create TIPC_ESTABLISHED as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  32. 0c288c8 tipc: create TIPC_LISTEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  33. c752023 tipc: remove socket state SS_READY by Parthasarathy Bhuvaragan · 8 years ago
  34. 360aab6 tipc: remove probing_intv from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  35. d6fb7e9 tipc: remove tsk->connected from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  36. 87227fe tipc: remove tsk->connected for connectionless sockets by Parthasarathy Bhuvaragan · 8 years ago
  37. aeda16b tipc: rename tsk->remote to tsk->peer for consistent naming by Parthasarathy Bhuvaragan · 8 years ago
  38. ba8aebe tipc: rename struct tipc_skb_cb member handle to bytes_read by Parthasarathy Bhuvaragan · 8 years ago
  39. cb5da84 tipc: set kern=0 in sk_alloc() during tipc_accept() by Parthasarathy Bhuvaragan · 8 years ago
  40. 4891d8f tipc: wakeup sleeping users at disconnect by Parthasarathy Bhuvaragan · 8 years ago
  41. 7cf87fa tipc: return early for non-blocking sockets at link congestion by Parthasarathy Bhuvaragan · 8 years ago
  42. 91b02d3 bridge: mcast: add router port on PIM hello message by Nikolay Aleksandrov · 8 years ago
  43. 56245ca net: pim: add all RFC7761 message types by Nikolay Aleksandrov · 8 years ago
  44. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  45. 6234f87 net: Refactor removal of queues from XPS map and apply on num_tc changes by Alexander Duyck · 8 years ago
  46. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  47. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  48. c62cce2 net: add an ioctl to get a socket network namespace by Andrey Vagin · 8 years ago
  49. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  51. 0e82c76 genetlink: Fix generic netlink family unregister by pravin shelar · 8 years ago
  52. 32ab0a38 Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  53. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  54. 9b9375b tcp_bbr: add a state transition diagram and accompanying comment by Neal Cardwell · 8 years ago
  55. a283ad5 Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  56. ff57087 rds: debug messages are enabled by default by shamir rabinovitch · 8 years ago
  57. 880b583 Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  58. 46b5ab1 net: dev: Fix non-RCU based lower dev walker by David Ahern · 8 years ago
  59. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  60. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  61. ad60133 Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  62. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  63. 4700e9c net_sched actions: use nla_parse_nested() by Johannes Berg · 8 years ago
  64. c778453 switchdev: Remove redundant variable by Ido Schimmel · 8 years ago
  65. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  66. f8da977 net: ip, diag: include net/inet_sock.h by Arnd Bergmann · 8 years ago
  67. ae148b0 ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit() by Eli Cooper · 8 years ago
  68. e4cabca inet: Fix missing return value in inet6_hash by Craig Gallek · 8 years ago
  69. bf911e9 sctp: validate chunk len before actually using it by Marcelo Ricardo Leitner · 8 years ago
  70. b09edbd net caif: insert missing spaces in pr_* messages and unbreak multi-line strings by Colin Ian King · 8 years ago
  71. 1d00578 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  72. 5148771 mac80211: fils_aead: fix encrypt error handling by Arnd Bergmann · 8 years ago
  73. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  74. 9ee7837 net sched filters: fix notification of filter delete with proper handle by Jamal Hadi Salim · 8 years ago
  75. bc72f3d flow_dissector: fix vlan tag handling by Arnd Bergmann · 8 years ago
  76. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  77. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  78. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  79. 2ae0f17 genetlink: use idr to track families by Johannes Berg · 8 years ago
  80. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  81. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  82. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  83. 4fe77d8 skbedit: allow the user to specify bitmask for mark by Antonio Quartulli · 8 years ago
  84. 088e8df cfg80211: Add support to update connection parameters by vamsi krishna · 8 years ago
  85. 8ac6344 cfg80211: handle fragmented IEs in splitting by Johannes Berg · 10 years ago
  86. ce0ce13 cfg80211: configure multicast to unicast for AP interfaces by Michael Braun · 8 years ago
  87. f3ca52a mac80211: Claim Fast Initial Link Setup (FILS) STA support by Jouni Malinen · 8 years ago
  88. 39404fe mac80211: FILS AEAD protection for station mode association frames by Jouni Malinen · 8 years ago
  89. dbc0c2c mac80211: Add FILS auth alg mapping by Jouni Malinen · 8 years ago
  90. 348bd45 cfg80211: Add KEK/nonces for FILS association frames by Jouni Malinen · 8 years ago
  91. 6318106 cfg80211: Add Fast Initial Link Setup (FILS) auth algs by Jouni Malinen · 8 years ago
  92. 6ec6361 mac80211: Allow AUTH_DATA to be used for FILS by Jouni Malinen · 8 years ago
  93. 11b6b5a cfg80211: Rename SAE_DATA to more generic AUTH_DATA by Jouni Malinen · 8 years ago
  94. bfe2c7b nl80211: use nla_parse_nested() instead of nla_parse() by Johannes Berg · 8 years ago
  95. 1794899 nl80211: move unsplit command advertising to a separate function by Johannes Berg · 8 years ago
  96. ac668af mac80211: validate new interface's beacon intervals by Johannes Berg · 8 years ago
  97. 4c8dea6 cfg80211: validate beacon int as part of iface combinations by Johannes Berg · 8 years ago
  98. 56271da cfg80211: disallow beacon_int_min_gcd with IBSS by Johannes Berg · 8 years ago
  99. 275fcf6 cfg80211: mesh: track (and thus validate) beacon interval by Johannes Berg · 8 years ago
  100. 0507a3a cfg80211: fix beacon interval in interface combination iteration by Johannes Berg · 8 years ago