1. 1cdfd72 vlan: remove usage of dev->master in __vlan_find_dev_deep() by Jiri Pirko · 12 years ago
  2. 49bd8fb0 netpoll: remove usage of dev->master by Jiri Pirko · 12 years ago
  3. 74fdd93 bridge: remove usage of netdev_set_master() by Jiri Pirko · 12 years ago
  4. 898e506 rtnetlink: remove usage of dev->master by Jiri Pirko · 12 years ago
  5. 126d6c2 vlan: add link to upper device by Jiri Pirko · 12 years ago
  6. 9ff162a net: introduce upper device lists by Jiri Pirko · 12 years ago
  7. 2727de7 netfilter: xt_recent: avoid high order page allocations by Eric Dumazet · 12 years ago
  8. 757ae31 netfilter: fix missing dependencies for the NOTRACK target by Pablo Neira Ayuso · 12 years ago
  9. 429da4c netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation by Ulrich Weber · 12 years ago
  10. 360e1a5 SUNRPC: Partial revert of commit 168e4b39d1afb79a7e3ea6c3bb246b4c82c6bdb9 by Trond Myklebust · 12 years ago
  11. c6567ed SUNRPC: Ensure that we free the rpc_task after cleanups are done by Trond Myklebust · 12 years ago
  12. 75ea719 mac80211: fix mesh_hwmp kerneldoc by Bob Copeland · 12 years ago
  13. 15c6ff3 net: remove unnecessary NET_ADDR_RANDOM "bitclean" by Jiri Pirko · 12 years ago
  14. fbdeca2 net: add address assign type "SET" by Jiri Pirko · 12 years ago
  15. f652151 net: call add_device_randomness() only after successful mac change by Jiri Pirko · 12 years ago
  16. e7c3273 rtnl: use dev_set_mac_address() instead of plain ndo_ by Jiri Pirko · 12 years ago
  17. d82603c treewide: Replace incomming with incoming in all comments and strings by Jorrit Schippers · 12 years ago
  18. ba23d20 cfg80211: disallow more station changes by Johannes Berg · 12 years ago
  19. 21add82 mac80211: unset peer's HT 40 MHz support if not usable by Johannes Berg · 12 years ago
  20. 1c06ef9 wireless: use __aligned by Johannes Berg · 12 years ago
  21. ec61cd6 mac80211: support HT notify channel width action by Johannes Berg · 12 years ago
  22. 18b559d mac80211: split TX aggregation stop action by Johannes Berg · 12 years ago
  23. 30bf5f1 mac80211: move ieee80211_remove_tid_tx function by Johannes Berg · 12 years ago
  24. faec12e mac80211: split out aggregation TX removal by Johannes Berg · 12 years ago
  25. c82c4a8 mac80211: split aggregation stop by reason by Johannes Berg · 12 years ago
  26. d582cff nl80211/mac80211: support full station state in AP mode by Johannes Berg · 12 years ago
  27. dfa674d cfg80211: move some AP code to right file by Johannes Berg · 12 years ago
  28. b08fbbd mac80211: restrict assoc request VHT capabilities by Johannes Berg · 12 years ago
  29. 0f500a5 cfg80211: move world roaming check for beacon hints by Luis R. Rodriguez · 12 years ago
  30. 3195e48 cfg80211: move reg_is_world_roaming() by Luis R. Rodriguez · 12 years ago
  31. 3ebfa6e cfg80211: do not process beacon hints if one is already queued by Luis R. Rodriguez · 12 years ago
  32. ad2d223 mac80211: assign bss_conf.bssid only once by Johannes Berg · 12 years ago
  33. b8dc1a3 mac80211: further simplify ieee80211_bss_info_change_notify by Johannes Berg · 12 years ago
  34. 8da3493 mac80211: reconfig bss_info_changed only if beaconing by Johannes Berg · 12 years ago
  35. d6a8322 mac80211: track enable_beacon explicitly by Johannes Berg · 12 years ago
  36. 8a61af6 mac80211: fix channel context iteration by Johannes Berg · 12 years ago
  37. 529ba6e mac80211: clean up association better in suspend by Johannes Berg · 12 years ago
  38. 61e8a48 mac80211: clean up ieee80211_quiesce by Johannes Berg · 12 years ago
  39. d45c417 mac82011: use frame control to differentiate probe resp/beacon by Emmanuel Grumbach · 12 years ago
  40. cc3983d mac80211: fix ieee80211_ie_build_vht_cap indentation by Johannes Berg · 12 years ago
  41. 9cab315 cfg80211: adjacent 80+80 MHz channel segments are invalid by Johannes Berg · 12 years ago
  42. 75de911 mac80211: optimise AP stop RCU handling by Johannes Berg · 12 years ago
  43. 361c9c8 regulatory: use IS_ERR macro family for freq_reg_info by Johannes Berg · 12 years ago
  44. c492db3 regulatory: use RCU to protect last_request by Johannes Berg · 12 years ago
  45. 458f4f9 regulatory: use RCU to protect global and wiphy regdomains by Johannes Berg · 12 years ago
  46. 379b82f regulatory: pass new regdomain to reset function by Johannes Berg · 12 years ago
  47. fe7ef5e regulatory: remove handling of channel bandwidth by Johannes Berg · 12 years ago
  48. 6913b49 regulatory: fix reg_is_valid_request handling by Johannes Berg · 12 years ago
  49. 540f6f2 regulatory: remove locking from wiphy_apply_custom_regulatory by Johannes Berg · 12 years ago
  50. e8da2bb regulatory: clarify locking rules and assertions by Johannes Berg · 12 years ago
  51. 5d885b9 regulatory: simplify freq_reg_info_regd by Johannes Berg · 12 years ago
  52. 0ba857a regulatory: remove useless warning by Johannes Berg · 12 years ago
  53. d4f2c88 regulatory: remove redundant isalpha() check by Johannes Berg · 12 years ago
  54. 11cff96 regulatory: simplify restore_regulatory_settings by Johannes Berg · 12 years ago
  55. fdc9d7b regulatory: remove BUG_ON by Johannes Berg · 12 years ago
  56. f417376 cfg80211: remove wiphy_idx_valid by Johannes Berg · 12 years ago
  57. 2f92212 regulatory: use proper enum for return values by Johannes Berg · 12 years ago
  58. 9027b14 regulatory: remove useless locking on exit by Johannes Berg · 12 years ago
  59. 1a91931 regulatory: code cleanup by Johannes Berg · 12 years ago
  60. 75e2dba regulatory: simplify regulatory_hint_11d by Johannes Berg · 12 years ago
  61. fea9bce regulatory: don't test list before iterating by Johannes Berg · 12 years ago
  62. e9763c3 regulatory: clean up reg_copy_regd() by Johannes Berg · 12 years ago
  63. 74f53cd regulatory: clean up regdom_intersect by Johannes Berg · 12 years ago
  64. 82f2085 regulatory: don't allocate too much memory by Johannes Berg · 12 years ago
  65. 8a57fff regulatory: don't write past array when intersecting rules by Johannes Berg · 12 years ago
  66. 10ff57f mac80211: remove a bit of dead mesh code by Johannes Berg · 12 years ago
  67. 051007d mac80211: optimise roaming time again by Johannes Berg · 12 years ago
  68. 09f4114 mac80211: warn if unexpectedly removing stations by Johannes Berg · 12 years ago
  69. b998e8b mac80211: remove final sta_info_flush() by Johannes Berg · 12 years ago
  70. f4eabc9 mac80211: use short slot time in mesh for 5GHz by Chun-Yeow Yeoh · 12 years ago
  71. bc0784d mac80211: Allow disabling SGI-20 by Ben Greear · 12 years ago
  72. 09b1426 mac80211: fix maximum MTU by Chaitanya · 12 years ago
  73. 826262c mac80211: fix dtim_period in hidden SSID AP association by Johannes Berg · 12 years ago
  74. a56f992 mac80211: use del_timer_sync for final sta cleanup timer deletion by Johannes Berg · 12 years ago
  75. 97f97b1 mac80211: fix station destruction in AP/mesh modes by Johannes Berg · 12 years ago
  76. b7cfcd1 mac80211: RMC buckets are just list heads by Thomas Pedersen · 12 years ago
  77. 4d76d21 mac80211: assign VLAN channel contexts by Johannes Berg · 12 years ago
  78. 2d4072a mac80211: flush AP_VLAN stations when tearing down the BSS AP by Felix Fietkau · 12 years ago
  79. 34bcf71 mac80211: fix ibss scanning by Stanislaw Gruszka · 12 years ago
  80. fdb184d bridge: add empty br_mdb_init() and br_mdb_uninit() definitions. by Rami Rosen · 12 years ago
  81. 3ec8e9f bridge: Correctly unregister MDB rtnetlink handlers by Vlad Yasevich · 12 years ago
  82. 58890c0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  83. 576eb62 bridge: respect RFC2863 operational state by stephen hemminger · 12 years ago
  84. aa1113d net: filter: return -EINVAL if BPF_S_ANC* operation is not supported by Daniel Borkmann · 12 years ago
  85. 61c5e88 skbuff: make __kmalloc_reserve static by stephen hemminger · 12 years ago
  86. bb717d7 tcp: make proc_tcp_fastopen_key static by stephen hemminger · 12 years ago
  87. bd2a13e sctp: make sctp_addr_wq_timeout_handler static by stephen hemminger · 12 years ago
  88. b211172 net: use per task frag allocator in skb_append_datato_frags by Eric Dumazet · 12 years ago
  89. 9a57247 rtnl: expose carrier value with possibility to set it by Jiri Pirko · 12 years ago
  90. fdae0fd net: allow to change carrier via sysfs by Jiri Pirko · 12 years ago
  91. 4bf84c3 net: add change_carrier netdev op by Jiri Pirko · 12 years ago
  92. ac196f8 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  93. ba0c96c rfkill: don't use [delayed_]work_pending() by Tejun Heo · 12 years ago
  94. 0fa6ebc libceph: fix protocol feature mismatch failure path by Sage Weil · 12 years ago
  95. 122070a libceph: WARN, don't BUG on unexpected connection states by Alex Elder · 12 years ago
  96. e6d50f6 libceph: always reset osds when kicking by Alex Elder · 12 years ago
  97. ab60b16 libceph: move linger requests sooner in kick_requests() by Alex Elder · 12 years ago
  98. ae782bb ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 12 years ago
  99. 861aa6d ipv4/ip_gre: set transport header correctly to gre header by Isaku Yamahata · 12 years ago
  100. a496759 IB/rds: suppress incompatible protocol when version is known by Marciniszyn, Mike · 12 years ago