1. 22fe54d netfilter: nf_tables: add support for dynamic set updates by Patrick McHardy · 10 years ago
  2. 11113e1 netfilter: nf_tables: support different set binding types by Patrick McHardy · 10 years ago
  3. 3dd0673 netfilter: nf_tables: prepare set element accounting for async updates by Patrick McHardy · 10 years ago
  4. 4a8678e netfilter: nf_tables: fix set selection when timeouts are requested by Patrick McHardy · 10 years ago
  5. a1e6795 netfilter: bridge: make BRNF_PKT_TYPE flag a bool by Florian Westphal · 10 years ago
  6. 3eaf402 netfilter: bridge: start splitting mask into public/private chunks by Florian Westphal · 10 years ago
  7. 3833078 netfilter: bridge: add and use nf_bridge_info_get helper by Florian Westphal · 10 years ago
  8. a99074a netfilter: physdev: use helpers by Florian Westphal · 10 years ago
  9. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 10 years ago
  10. e70deec netfilter: bridge: don't use nf_bridge_info data to store mac header by Florian Westphal · 10 years ago
  11. d64d80a netfilter: x_tables: don't extract flow keys on early demuxed sks in socket match by Daniel Borkmann · 10 years ago
  12. 0b67c43 netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING by Florian Westphal · 10 years ago
  13. c5035c7 netfilter: nft_meta: fix cgroup matching by Pablo Neira Ayuso · 10 years ago
  14. afb7718 netfilter: x_tables: fix cgroup matching on non-full sks by Daniel Borkmann · 10 years ago
  15. 9d09829 netfilter: nft_hash: add support for timeouts by Patrick McHardy · 10 years ago
  16. 6908665 netfilter: nf_tables: add GC synchronization helpers by Patrick McHardy · 10 years ago
  17. cfed7e1 netfilter: nf_tables: add set garbage collection helpers by Patrick McHardy · 10 years ago
  18. c3e1b00 netfilter: nf_tables: add set element timeout support by Patrick McHardy · 10 years ago
  19. 761da29 netfilter: nf_tables: add set timeout API support by Patrick McHardy · 10 years ago
  20. 7b6249b Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  21. fbcb217 net: rename dev to orig_dev in deliver_ptype_list_skb by Jiri Pirko · 10 years ago
  22. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  23. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  24. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 10 years ago
  25. 8f55db4 tcp: simplify inetpeer_addr_base use by Jiri Benc · 10 years ago
  26. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  27. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  28. 6e47d6c fib_trie: Cleanup ip_fib_net_exit code path by Alexander Duyck · 10 years ago
  29. ad88d05 fib_trie: Fix warning on fib4_rules_exit by Alexander Duyck · 10 years ago
  30. 89a3f3c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  31. 2c44be8 mac80211: set QoS capability before changing station state by Johannes Berg · 10 years ago
  32. 070e176 mac80211: send HT/VHT IEs in TDLS discovery response by Arik Nemtsov · 10 years ago
  33. abcff6e mac80211: add VHT support for IBSS by Janusz.Dziedzic@tieto.com · 10 years ago
  34. 76bed0f mac80211: IBSS fix scan request by Janusz.Dziedzic@tieto.com · 10 years ago
  35. 97ffe75 mac80211: factor out station lookup from ieee80211_build_hdr() by Johannes Berg · 10 years ago
  36. 527871d mac80211: make sta.wme indicate whether QoS is used by Johannes Berg · 10 years ago
  37. a73f8e2 mac80211: send AP probe as unicast again by Johannes Berg · 10 years ago
  38. 07862e1 mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt() by Johannes Berg · 10 years ago
  39. 45fd632 mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt() by Dan Carpenter · 10 years ago
  40. 82ca6ef mac80211: Fix misplaced return in AES-GMAC key setup by Jouni Malinen · 10 years ago
  41. 6bab2e19 cfg80211: pass name_assign_type to rdev_add_virtual_intf() by Tom Gundersen · 10 years ago
  42. 6a8b4ad mac80211: fix typo in debug output by Michael Braun · 10 years ago
  43. 8f9c77f mac80211: reject aggregation sessions with non-HT peers by Johannes Berg · 10 years ago
  44. a38700d cfg/mac80211: add regulatory classes IE during TDLS setup by Arik Nemtsov · 10 years ago
  45. 7d830a1 mac80211: stop scan before connection by David Spinadel · 10 years ago
  46. 21fea56 nl80211: add net-detect delay to wowlan info by Luciano Coelho · 10 years ago
  47. a90faa9 mac80211: notify the driver about deauth by Emmanuel Grumbach · 10 years ago
  48. d0d1a12 mac80211: notify the driver about association status by Emmanuel Grumbach · 10 years ago
  49. a940909 mac80211: notify the driver about authentication status by Emmanuel Grumbach · 10 years ago
  50. a818292 mac80211: convert rssi_callback() to event_callback() by Emmanuel Grumbach · 10 years ago
  51. 2c15888 mac80211: agg-tx: avoid sending DelBA with sta->lock held by Johannes Berg · 10 years ago
  52. d482994 tipc: fix two bugs in secondary destination lookup by Jon Paul Maloy · 10 years ago
  53. e38f302 net: Introduce passthru_features_check by Toshiaki Makita · 10 years ago
  54. 8cb65d0 net: Move check for multiple vlans to drivers by Toshiaki Makita · 10 years ago
  55. f5a7fb8 vlan: Introduce helper functions to check if skb is tagged by Toshiaki Makita · 10 years ago
  56. 8d46350 vlan: Add features for stacked vlan device by Toshiaki Makita · 10 years ago
  57. 608cd71 tc: bpf: generalize pedit action by Alexei Starovoitov · 10 years ago
  58. 339d826 net: dsa: Add basic framework to support ndo_fdb functions by Guenter Roeck · 10 years ago
  59. 4ef295e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  60. 8a0f6eb tipc: involve reference counter for node structure by Ying Xue · 10 years ago
  61. b952b2b tipc: fix potential deadlock when all links are reset by Ying Xue · 10 years ago
  62. 41d25fe tcp: tcp_syn_flood_action() can be static by Eric Dumazet · 10 years ago
  63. 85b9909 fib6: install fib6 ops in the last step by WANG Cong · 10 years ago
  64. 8bf9538 mac802154: cleanup concurrent check by Alexander Aring · 10 years ago
  65. cc02e45 netfilter: nf_tables: implement set transaction support by Patrick McHardy · 10 years ago
  66. ea4bd99 netfilter: nf_tables: add transaction helper functions by Patrick McHardy · 10 years ago
  67. b2832dd netfilter: nf_tables: return set extensions from ->lookup() by Patrick McHardy · 10 years ago
  68. 61edafb netfilter: nf_tables: consolide set element destruction by Patrick McHardy · 10 years ago
  69. fdf5178 Bluetooth: Unify advertising data code paths by Arman Uguray · 10 years ago
  70. 089fa8c Bluetooth: Update supported_flags for AD features by Arman Uguray · 10 years ago
  71. 5507e35 Bluetooth: Support the "tx-power" adv flag by Arman Uguray · 10 years ago
  72. 67e0c0c Bluetooth: Support the "managed-flags" adv flag by Arman Uguray · 10 years ago
  73. 807ec77 Bluetooth: Support the "limited-discoverable" adv flag by Arman Uguray · 10 years ago
  74. b44133f Bluetooth: Support the "discoverable" adv flag by Arman Uguray · 10 years ago
  75. e7a685d Bluetooth: Support the "connectable mode" adv flag by Arman Uguray · 10 years ago
  76. 08dc0e9 Bluetooth: Fix minor typo in comment for static address setting by Marcel Holtmann · 10 years ago
  77. 5a352dd ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  78. b6a7719 ipv4: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  79. 8b4ed86 tipc: eliminate race condition at dual link establishment by Jon Paul Maloy · 10 years ago
  80. 3127a02 tipc: clean up handling of link congestion by Jon Paul Maloy · 10 years ago
  81. 1f66d16 tipc: introduce starvation free send algorithm by Jon Paul Maloy · 10 years ago
  82. b06b107 net: dsa: Handle non-bridge master change by Guenter Roeck · 10 years ago
  83. fe2811e netfilter: nf_tables: convert hash and rbtree to set extensions by Patrick McHardy · 10 years ago
  84. 3ac4c07 netfilter: nf_tables: add set extensions by Patrick McHardy · 10 years ago
  85. bfd6e32 netfilter: nft_hash: convert to use rhashtable callbacks by Patrick McHardy · 10 years ago
  86. 45d8475 netfilter: nft_hash: indent rhashtable parameters by Patrick McHardy · 10 years ago
  87. 745f545 netfilter: nft_hash: restore struct nft_hash by Patrick McHardy · 10 years ago
  88. 49f7b33 rhashtable: provide len to obj_hashfn by Patrick McHardy · 10 years ago
  89. bc14b8d tipc: fix a link reset issue due to retransmission failures by Ying Xue · 10 years ago
  90. 7e3ea6d sctp: avoid to repeatedly declare external variables by Ying Xue · 10 years ago
  91. 14d14a5 netfilter: nft_meta: use raw_smp_processor_id() by Patrick McHardy · 10 years ago
  92. d957972 netfilter: nf_tables: nft_queue does not depend on x_tables by Patrick McHardy · 10 years ago
  93. fce1528 netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.c by Pablo Neira Ayuso · 10 years ago
  94. a81b2ce netfilter: Use LOGLEVEL_<FOO> defines by Joe Perches · 10 years ago
  95. 5ebb335 netfilter: nf_tables: move struct net pointer to base chain by Patrick McHardy · 10 years ago
  96. 0144a81 tcp: fix ipv4 mapped request socks by Eric Dumazet · 10 years ago
  97. 99c679a Bluetooth: Filter list of supported commands/events for untrusted users by Marcel Holtmann · 10 years ago
  98. fd3a154 tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup() by Eric Dumazet · 10 years ago
  99. 39f8e58 tcp: md5: remove request sock argument of calc_md5_hash() by Eric Dumazet · 10 years ago
  100. ff74e23 tcp: md5: input path is run under rcu protected sections by Eric Dumazet · 10 years ago