1. 5dd17e0 net: rps: fix the support for PPPOE by Changli Gao · 13 years ago
  2. 16e5726 af_unix: dont send SCM_CREDENTIALS by default by Eric Dumazet · 13 years ago
  3. 4de075e tcp: rename tcp_skb_cb flags by Eric Dumazet · 13 years ago
  4. b82d1bb tcp: unalias tcp_skb_cb flags and ip_dsfield by Eric Dumazet · 13 years ago
  5. 7a269ff tcp: ECN blackhole should not force quickack mode by Eric Dumazet · 13 years ago
  6. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  7. 0c07090 Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge by David S. Miller · 13 years ago
  8. bcf66bf xfrm: Perform a replay check after return from async codepaths by Steffen Klassert · 13 years ago
  9. 561dac2 fib:fix BUG_ON in fib_nl_newrule when add new fib rule by Gao feng · 13 years ago
  10. 8603e33 ipv6: fix a possible double free by Roy Li · 13 years ago
  11. d24f22f ip6_tunnel: add optional fwmark inherit by Eric Dumazet · 13 years ago
  12. 46151ae Merge branch 'tipc-Sep17-2011' of git://openlinux.windriver.com/people/paulg/net-next by David S. Miller · 13 years ago
  13. eebb6fb Merge branch 'master' of ssh://infradead/~/public_git/wireless into for-davem by John W. Linville · 13 years ago
  14. b53d63e Merge branch 'master' of ssh://infradead/~/public_git/wireless-next into for-davem by John W. Linville · 13 years ago
  15. 5d59bbc Merge branch 'for-3.1' of git://github.com/padovan/bluetooth-next by John W. Linville · 13 years ago
  16. f779b2d tcp: fix validation of D-SACK by Zheng Yan · 13 years ago
  17. b0e7031 Merge git://github.com/davem330/net by Linus Torvalds · 13 years ago
  18. 94362c7 tipc: Remove unused link event tracking code by Ying Xue · 13 years ago
  19. 7e24477 tipc: Remove callback field from subscription structure by Ying Xue · 13 years ago
  20. 245f3d3 tipc: Simplify prohibition of listen and accept for connectionless sockets by Ying Xue · 13 years ago
  21. 1d83587 tipc: Add support for SO_SNDTIMEO socket option by Ying Xue · 13 years ago
  22. 9aa88c2 tipc: Enhance sending of bulk name table messages by Allan Stephens · 13 years ago
  23. 1c553bb tipc: relocate/coalesce node cast in tipc_named_node_up by Paul Gortmaker · 13 years ago
  24. 149ce37 tipc: Prevent fragmented messages during initial name table exchange by Allan Stephens · 13 years ago
  25. 909234c tipc: Lower limits for number of bearers and media types by Allan Stephens · 13 years ago
  26. 18abf0f tipc: Remove redundant search when enabling bearer by Allan Stephens · 13 years ago
  27. bcd326e tipc: Fix unsafe device list search when enabling bearer by Allan Stephens · 13 years ago
  28. b4b5610 tipc: Ensure both nodes recognize loss of contact between them by Allan Stephens · 13 years ago
  29. 765cf99 tcp: md5: remove one indirection level in tcp_md5sig_pool by Eric Dumazet · 13 years ago
  30. 8e2ec63 ipv6: don't use inetpeer to store metrics for routes. by Yan, Zheng · 13 years ago
  31. f78a5fd Revert "Scm: Remove unnecessary pid & credential references in Unix socket's send and receive path" by David S. Miller · 13 years ago
  32. d97a077 wan: make LAPB callbacks const by stephen hemminger · 13 years ago
  33. 9566042 IRDA: Fix global type conflicts in net/irda/irsysctl.c v2 by Andi Kleen · 13 years ago
  34. 026359b ipv6: Send ICMPv6 RSes only when RAs are accepted by Tore Anderson · 13 years ago
  35. aa1c366 net: Handle different key sizes between address families in flow cache by dpward · 13 years ago
  36. 19c1ea1 ipv4: Fix fib_info->fib_metrics leak by Yan, Zheng · 13 years ago
  37. 4fb66b8 caif: fix a potential NULL dereference by Eric Dumazet · 13 years ago
  38. c1aabdf can-gw: add netlink based CAN routing by Oliver Hartkopp · 13 years ago
  39. d5ccd49 sctp: deal with multiple COOKIE_ECHO chunks by Max Matveev · 13 years ago
  40. 7107676 mac80211: fix endian issues and comments for BAR failure handling by Felix Fietkau · 13 years ago
  41. 3965ac0 wireless: Fix rate mask for scan request by Rajkumar Manoharan · 13 years ago
  42. aa3d7ee wireless: Reset beacon_found while updating regulatory by Rajkumar Manoharan · 13 years ago
  43. 9c223f9 Merge branch 'for-davem' of git://git.infradead.org/users/linville/wireless-next by David S. Miller · 13 years ago
  44. 52b9aca Merge branch 'master' of ../netdev/ by David S. Miller · 13 years ago
  45. 4bc71cb net: consolidate and fix ethtool_ops->get_settings calling by Jiri Pirko · 13 years ago
  46. 8ea9ac0 Merge branch 'master' of git://git.infradead.org/users/linville/wireless into for-davem by John W. Linville · 13 years ago
  47. dcef115 6LoWPAN: fix skb_copy call by alex.bluesman.smirnov@gmail.com · 13 years ago
  48. fa3df92 br: remove redundant check and init by Jiri Pirko · 13 years ago
  49. c37e0c9 net: linkwatch: allow vlans to get carrier changes faster by Eric Dumazet · 13 years ago
  50. 1bc144b net, rds, Replace xlist in net/rds/xlist.h with llist by Huang Ying · 13 years ago
  51. dc00fd4 6LoWPAN: call dev_put() on error in lowpan_newlink() by Dan Carpenter · 13 years ago
  52. aec9db3 6LoWPAN: use the _safe version of list_for_each by Dan Carpenter · 13 years ago
  53. 90d0963 6LoWPAN: use kfree_skb() instead of kfree() by Dan Carpenter · 13 years ago
  54. 31dda0a net: don't clear IFF_XMIT_DST_RELEASE in ether_setup by nhorman · 13 years ago
  55. 48c8301 net: copy userspace buffers on device forwarding by Michael S. Tsirkin · 13 years ago
  56. 0542b69 net: Make flow cache namespace-aware by dpward · 13 years ago
  57. d9e64f8 net/can/af_can.c: Change del_timer to del_timer_sync by rajan.aggarwal85@gmail.com · 13 years ago
  58. 946cedc tcp: Change possible SYN flooding messages by Eric Dumazet · 13 years ago
  59. 27e95a8 pkt_sched: cls_rsvp.h was outdated by Igor Maravić · 13 years ago
  60. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 13 years ago
  61. 1ea57b1 mac80211: Update device channel in case of HW channel switch supported by Shahar Levi · 13 years ago
  62. 5fbdf4a mac80211: Mark all mesh stations as QoS capable by Javier Cardona · 13 years ago
  63. 2154c81 mac80211: Mesh data frames must have the QoS header by Javier Cardona · 13 years ago
  64. 4777be4 mac80211: Start implementing QoS support for mesh interfaces by Javier Cardona · 13 years ago
  65. 4319e19 cfg80211: verify format of uAPSD information by Johannes Berg · 13 years ago
  66. cd0b8d8 mac80211: further optimise buffer expiry timer by Johannes Berg · 13 years ago
  67. 7827493 mac80211: add ssid config to bss information in AP-mode by Arik Nemtsov · 13 years ago
  68. 64ed5cf minstrel_ht: fix Open BA session request floods by Christian Lamparter · 13 years ago
  69. 693828f mac80211: stop tx before doing hw config and rate update by Rajkumar Manoharan · 13 years ago
  70. cfee66b mac80211: Stop forwarding mesh traffic when tx queues are full by Javier Cardona · 13 years ago
  71. 2157fdd mac80211: check if mesh frame is in RMC after decrypt by Thomas Pedersen · 13 years ago
  72. 8c77124 mac80211: make ieee80211_send_bar available for drivers by Felix Fietkau · 13 years ago
  73. d7549cb cfg80211: reorder code to obsolete forward declaration by Sven Neumann · 13 years ago
  74. eac03e3 cfg80211: hold reg_mutex when updating regulatory by Sven Neumann · 13 years ago
  75. 56e6786 cfg80211: print bandwidth in chan_reg_rule_print_dbg() by Pavel Roskin · 13 years ago
  76. a1f1c21 nl80211/cfg80211: add match filtering for sched_scan by Luciano Coelho · 13 years ago
  77. cedb541 nl80211/cfg80211: add WIPHY_FLAG_AP_UAPSD flag by Eliad Peller · 13 years ago
  78. 4c5ade4 mac80211: handle allocation failures in mesh_pathtbl_init() by Dan Carpenter · 13 years ago
  79. edf6b78 mac80211: add flag to indicate HW only Tx-agg setup support by Arik Nemtsov · 13 years ago
  80. 2461615 wireless: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  81. 246c081 rfkill: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  82. d15b845 mac80211: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  83. 239289e mac80211: Consolidate mesh path duplicated functions by Javier Cardona · 13 years ago
  84. cd72e81 mac80211: Consolidate {mesh,mpp}_path_flush into one function by Javier Cardona · 13 years ago
  85. 19c50b3 mac80211: Don't iterate twice over all mpaths when once in sufficient by Javier Cardona · 13 years ago
  86. ad99d14 mac80211: Remove redundant mesh path expiration checks by Javier Cardona · 13 years ago
  87. f5e50cd mac80211: Improve mpath state locking by Javier Cardona · 13 years ago
  88. ece1a2e mac80211: Remove mesh paths when an interface is removed by Javier Cardona · 13 years ago
  89. af089c1 mac80211: Fix RCU pointer dereference in mesh_path_discard_frame() by Javier Cardona · 13 years ago
  90. f4b34b5 cfg80211/nl80211: Indicate roaming feature capability to userspace. by Vivek Natarajan · 13 years ago
  91. f0425be mac80211: retry sending failed BAR frames later instead of tearing down aggr by Felix Fietkau · 13 years ago
  92. 2cca397 mac80211: Defer tranmission of mesh path errors by Javier Cardona · 13 years ago
  93. b4d3de8 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  94. 4bae7d9 mac80211: fix missing sta_lock in __sta_info_destroy by Johannes Berg · 13 years ago
  95. 0d20fbb Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client by Linus Torvalds · 13 years ago
  96. 320f422 batman-adv: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  97. 45485ad batman-adv: update internal version number by Sven Eckelmann · 13 years ago
  98. b9dacc5 batman-adv: agglomerate all batman iv ogm sending functions in the batman iv file by Marek Lindner · 13 years ago
  99. d0b9fd8 batman-adv: move routing packet initialization into corresponding file by Marek Lindner · 13 years ago
  100. fc95727 batman-adv: agglomerate all batman iv ogm processing functions in a single file by Marek Lindner · 13 years ago