1. 59d7402 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  2. a0417fa net: Make qdisc_skb_cb upper size bound explicit. by David S. Miller · 13 years ago
  3. 8926574 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  4. 1f0b670 caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it. by Jesper Juhl · 13 years ago
  5. 22b6a2e decnet: remove unused variable from dn_output() by Jesper Juhl · 13 years ago
  6. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  7. 5962b35 netprio_cgroup: Fix obo in get_prioidx by Neil Horman · 13 years ago
  8. 576f3cc caif: Add drop count for caif_net device. by sjur.brandeland@stericsson.com · 13 years ago
  9. 4a69582 caif: Kill debugfs vars for caif socket by sjur.brandeland@stericsson.com · 13 years ago
  10. 157ca9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  11. ba76057 caif: Bugfix double kfree_skb upon xmit failure by Dmitry Tarnyagin · 13 years ago
  12. b01377a caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd. by sjur.brandeland@stericsson.com · 13 years ago
  13. c43b874 tcp: properly initialize tcp memory limits by Jason Wang · 13 years ago
  14. 7161c76 atm: clip: Convert over to dst_neigh_lookup(). by David S. Miller · 13 years ago
  15. 3329bdf decnet: Add missing neigh->ha locking to dn_neigh_output_packet() by David S. Miller · 13 years ago
  16. f79d52c ipv6: Remove never used function inet6_ac_check(). by David S. Miller · 13 years ago
  17. 7b6cd1c PATCH V2 net-next] net: dev: Convert printks to pr_<level> by Joe Perches · 13 years ago
  18. 07ae2df mac80211: timeout a single frame in the rx reorder buffer by Eliad Peller · 13 years ago
  19. 786f528 ethtool: Null-terminate filename passed to ethtool_ops::flash_device by Ben Hutchings · 13 years ago
  20. efcdbf2 net: Disambiguate kernel message by Arun Sharma · 13 years ago
  21. 6f70624 netpoll: Neaten MAX_SKB_SIZE macro by Joe Perches · 13 years ago
  22. e6ec26935 netpoll: Convert printks to np_<level> and add pr_fmt by Joe Perches · 13 years ago
  23. 658ddaa tcp: md5: RST: getting md5 key from listener by Shawn Lu · 13 years ago
  24. 5b11b2e xfrm6: remove unneeded NULL check in __xfrm6_output() by Dan Carpenter · 13 years ago
  25. a8afca0 tcp: md5: protects md5sig_info with RCU by Eric Dumazet · 13 years ago
  26. 5f3d9cb tcp: md5: use sock_kmalloc() to limit md5 keys by Eric Dumazet · 13 years ago
  27. a915da9b tcp: md5: rcu conversion by Eric Dumazet · 13 years ago
  28. a2d9124 tcp: md5: remove obsolete md5_add() method by Eric Dumazet · 13 years ago
  29. 4f3eb0b mac80211: Move num_sta_ps counter decrement after synchronize_rcu by Helmut Schaa · 13 years ago
  30. 1946841 mac80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  31. 24db78c nl80211: add support for mcs masks by Simon Wunderlich · 13 years ago
  32. 608383b mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_end by Helmut Schaa · 13 years ago
  33. 2ab694d mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroy by Helmut Schaa · 13 years ago
  34. 83d5cc0 mac80211: station state transition error handling by Johannes Berg · 13 years ago
  35. c037b83 Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID." by John W. Linville · 13 years ago
  36. a46621a net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig. by Denys Vlasenko · 13 years ago
  37. a14a8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  38. 5de658f ipv6: fix RFC5722 comment by Eric Dumazet · 13 years ago
  39. 84920c1 net: Allow ipv6 proxies and arp proxies be shown with iproute2 by Tony Zelenoff · 13 years ago
  40. 6f01fd6 af_unix: fix EPOLLET regression for stream sockets by Eric Dumazet · 13 years ago
  41. 5b35e1e tcp: fix tcp_trim_head() to adjust segment count with skb MSS by Neal Cardwell · 13 years ago
  42. 4acb419 net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL by Glauber Costa · 13 years ago
  43. f94f72e Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  44. 8a8ee9a net caif: Register properly as a pernet subsystem. by Eric W. Biederman · 13 years ago
  45. c45a3df ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward(). by David S. Miller · 13 years ago
  46. 4991969 ipv6: Remove neigh argument from ndisc_send_redirect() by David S. Miller · 13 years ago
  47. 5339ab8 ipv6: fib: Convert fib6_age() to dst_neigh_lookup(). by David S. Miller · 13 years ago
  48. eb85718 ipv6: ndisc: Convert to dst_neigh_lookup() by David S. Miller · 13 years ago
  49. 0ec8866 ipv4: ip_gre: Convert to dst_neigh_lookup() by David S. Miller · 13 years ago
  50. cc0d7b9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  51. f1e3be15 mac80211: Do not scan for IBSS merge with a fixed BSSID. by Nicolas Cavallari · 13 years ago
  52. 6e1b1b2 mac80211: send null packet on active (psm) reconfiguration by Eliad Peller · 13 years ago
  53. 6269cc8 nfc: NULL vs zero in nci_activate_target() by Dan Carpenter · 13 years ago
  54. 94f9065 {nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh by Chun-Yeow Yeoh · 13 years ago
  55. 2da8f41 cfg80211: fix a few -Wshadow warnings by Johannes Berg · 13 years ago
  56. 8e7c4e4 mac80211: fix a few -Wshadow warnings by Johannes Berg · 13 years ago
  57. ea08635 mac80211: make CQM RSSI support per virtual interface by Johannes Berg · 13 years ago
  58. c1288b1 mac80211: make beacon filtering per virtual interface by Johannes Berg · 13 years ago
  59. f18da14 net: RTNETLINK adjusting values of min_ifinfo_dump_size by Stefan Gula · 13 years ago
  60. f2b3ee9 ipv6: Fix ip_gre lockless xmits. by Willem de Bruijn · 13 years ago
  61. a7563f3 ipv6: Use ipv6_addr_any() by David S. Miller · 13 years ago
  62. 1e2927b ipv6: sit: Convert to dst_neigh_lookup() by David S. Miller · 13 years ago
  63. 3923297 ipv4/ipv6: Prepare for new route gateway semantics. by David S. Miller · 13 years ago
  64. 09e9b81 tcp: add LINUX_MIB_TCPRETRANSFAIL counter by Eric Dumazet · 13 years ago
  65. 073862b netns: fix net_alloc_generic() by Eric Dumazet · 13 years ago
  66. fddb7b5 tcp: bind() optimize port allocation by Flavio Leitner · 13 years ago
  67. 2b05ad3 tcp: bind() fix autoselection to share ports by Flavio Leitner · 13 years ago
  68. 6831580 l2tp: l2tp_ip - fix possible oops on packet receive by James Chapman · 13 years ago
  69. c54a457 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  70. 61d57f8 ip_gre: Fix bug added to ipgre_tunnel_xmit(). by David S. Miller · 13 years ago
  71. 658c8d9 ipip: Fix bug added to ipip_tunnel_xmit(). by David S. Miller · 13 years ago
  72. 496053f ipv4: Remove bogus checks of rt_gateway being zero. by David S. Miller · 13 years ago
  73. efc3dbc rds: Make rds_sock_lock BH rather than IRQ safe. by David S. Miller · 13 years ago
  74. c452ed7 net: flow_dissector.c missing include linux/export.h by Jesper Dangaard Brouer · 13 years ago
  75. 56ac11c llc: Fix race condition in llc_ui_recvmsg by Radu Iliescu · 13 years ago
  76. 405385f mac80211: set bss_conf.idle when vif is connected by Eliad Peller · 13 years ago
  77. ba19602 mac80211: update oper_channel on ibss join by Eliad Peller · 13 years ago
  78. 019c4fb NFC: Add NCI multiple targets support by Ilan Elias · 13 years ago
  79. 25a1d9d NFC: NFC core layer should not set the target_idx by Ilan Elias · 13 years ago
  80. 8939e47 NFC: Clearly separate NCI states from flags by Ilan Elias · 13 years ago
  81. 6d810f1 mac80211: in IBSS use the Auth frame to trigger STA reinsertion by Antonio Quartulli · 13 years ago
  82. 24dd0dd mac80211: add a 2-way Authentication challenge to IBSS mode by Antonio Quartulli · 13 years ago
  83. c4bf98b NFC: Add NCI data exchange timer by Ilan Elias · 13 years ago
  84. 889cbb9 mac80211: clean up rate control code by Johannes Berg · 13 years ago
  85. 151a02f mac80211: clean up aggregation destruction by Johannes Berg · 13 years ago
  86. d5a2ca6 NFC: Export new attributes sensb_res and sensf_res by Ilan Elias · 13 years ago
  87. f124970 mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp() by Antonio Quartulli · 13 years ago
  88. a48b13a mac80211: Fix the maximum transmit power with power constraint by Hong Wu · 13 years ago
  89. eccc068 wireless: Save original maximum regulatory transmission power for the calucation of the local maximum transmit power by Hong Wu · 13 years ago
  90. efa6a09 mac80211: In IBSS the DA field of auth frames is different from BSSID by Antonio Quartulli · 13 years ago
  91. e9980e6 mac80211: refactor __ieee80211_get_channel_mode by Johannes Berg · 13 years ago
  92. bd7e01b NFC: Complete NCI deactivate in deactivate_ntf by Ilan Elias · 13 years ago
  93. 39d02a7 mac80211: minor cleanup by Mohammed Shafi Shajakhan · 13 years ago
  94. 35b8862 mac80211: check sta_apply_parameters() return value by Eliad Peller · 13 years ago
  95. 875ad3f SUNRPC: Fix machine creds in generic_create_cred and generic_match by Trond Myklebust · 13 years ago
  96. f80400a ethtool: allow ETHTOOL_GSSET_INFO for users by Michał Mirosław · 13 years ago
  97. b1cc16b bluetooth: hci: Fix type of "enable_hs" to bool. by David S. Miller · 13 years ago
  98. 0e90b31 net: introduce res_counter_charge_nofail() for socket allocations by Glauber Costa · 13 years ago
  99. 8a622e7 tcp: md5: using remote adress for md5 lookup in rst packet by shawnlu · 13 years ago
  100. bf0813b pktgen: Fix unsigned function that is returning negative vals by Paul Gortmaker · 13 years ago