1. e88af94 batman-adv: remove duplicated line in comment by Antonio Quartulli · 13 years ago
  2. 6d2003f batman-adv: convert the tt_crc to network order by Antonio Quartulli · 13 years ago
  3. 798ec84 net/core:Remove memleak reports by kmemleak_not_leak. by majianpeng · 13 years ago
  4. 7f59388 net/ipv4:Remove two memleak reports by kmemleak_not_leak. by majianpeng · 13 years ago
  5. b922934 netns: do not leak net_generic data on failed init by Julian Anastasov · 13 years ago
  6. 4d846f0 tcp: fix tcp_grow_window() for large incoming frames by Eric Dumazet · 13 years ago
  7. 6741e7f mac80211: fix logic error in ibss channel type check by Felix Fietkau · 13 years ago
  8. 973ef21 mac80211: fix truncated packets in cooked monitor rx by Felix Fietkau · 13 years ago
  9. 244b65d net_sched: gred: Fix oops in gred_dump() in WRED mode by David Ward · 13 years ago
  10. a75afd4 can: fix sparse warning for cgw_list by Daniel Baluta · 13 years ago
  11. 1dae27f mac80211: add function retrieve average rssi by Wey-Yi Guy · 13 years ago
  12. f9616e0 cfg80211: increse bss expire time by Rajkumar Manoharan · 13 years ago
  13. ec14bcd mac80211: Take into account TSF adjustment latency in Toffset setpoint by Javier Cardona · 13 years ago
  14. a802a6e mac80211: Choose a new toffset setpoint if a big tsf jump is detected. by Javier Cardona · 13 years ago
  15. bb3e10f mac80211: check IEEE80211_HW_QUEUE_CONTROL in ieee80211_check_queues() by Luciano Coelho · 13 years ago
  16. 8e8b41f cfg80211: enforce lack of interface combinations by Johannes Berg · 13 years ago
  17. 56845d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  18. 3ff661c net: rtnetlink notify events for FDB NTF_SELF adds and deletes by John Fastabend · 13 years ago
  19. d83b060 net: add fdb generic dump routine by John Fastabend · 13 years ago
  20. 12a9463 net: addr_list: add exclusive dev_uc_add and dev_mc_add by John Fastabend · 13 years ago
  21. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 13 years ago
  22. c5c2326 bridge: Add multicast_querier toggle and disable queries by default by Herbert Xu · 13 years ago
  23. c83b8fa bridge: Restart queries when last querier expires by Herbert Xu · 13 years ago
  24. 7485721 bridge: Add br_multicast_start_querier by Herbert Xu · 13 years ago
  25. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  26. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 13 years ago
  27. cf22f9a ipv6: Remove unused argument to addrconf_dad_start(). by David S. Miller · 13 years ago
  28. a8cb05b tcp: Remove redundant code entering quickack mode by Vijay Subramanian · 13 years ago
  29. aacd928 tcp: bind() use stronger condition for bind_conflict by Alex Copot · 13 years ago
  30. c72e118 inet: makes syn_ack_timeout mandatory by Eric Dumazet · 13 years ago
  31. fd4f2ce tcp: RFC6298 supersedes RFC2988bis by Eric Dumazet · 13 years ago
  32. 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 13 years ago
  33. 0446b49 mac80211: remove ieee80211_rx_bss_get by Mohammed Shafi Shajakhan · 13 years ago
  34. 4ee73f3 mac80211: remove hw.conf.channel usage where possible by Michal Kazior · 13 years ago
  35. d01b316 mac80211: fix an issue in ieee80211_tx_info count field management by Lorenzo Bianconi · 13 years ago
  36. d91df0e cfg80211: Add channel information to NL80211_CMD_GET_INTERFACE by Pontus Fuchs · 13 years ago
  37. 5f54607 mac80211: protect ->scanning by mutex in ieee80211_work_work() by Stanislaw Gruszka · 13 years ago
  38. 133d40f mac80211: do not scan and monitor connection in parallel by Stanislaw Gruszka · 13 years ago
  39. e55a404 cfg80211: fix interface combinations check. by Lukasz Kucharczyk · 13 years ago
  40. 8e052e5 Phonet: missing headers (sparse) by Rémi Denis-Courmont · 13 years ago
  41. 3c490a8 Phonet: phonet_net_id can be static (sparse) by Rémi Denis-Courmont · 13 years ago
  42. dcd2ba9 neighbour: Make neigh_table_init_no_netlink() static. by Hiroaki SHIMODA · 13 years ago
  43. 447167b udp: intoduce udp_encap_needed static_key by Eric Dumazet · 13 years ago
  44. efacb30 rtnetlink & bonding: change args got get_tx_queues by stephen hemminger · 13 years ago
  45. 6f66cdc net/garp: fix GID rbtree ordering by David Ward · 13 years ago
  46. 9d02daf75 pppoatm: Fix excessive queue bloat by David Woodhouse · 13 years ago
  47. 1716a96 ipv6: fix problem with expired dst cache by Gao feng · 13 years ago
  48. 4476481 caif: set traffic class for caif packets by Dmitry Tarnyagin · 13 years ago
  49. e65ac4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  50. 5c699fb caif: Fix memory leakage in the chnl_net.c. by Tomasz Gregorek · 13 years ago
  51. c9be48d l2tp: don't overwrite source address in l2tp_ip_bind() by James Chapman · 13 years ago
  52. d1f224a l2tp: fix refcount leak in l2tp_ip sockets by James Chapman · 13 years ago
  53. 89eb06f net/key/af_key.c: add missing kfree_skb by Julia Lawall · 13 years ago
  54. 0347875 phonet: Sort out initiailziation and cleanup code. by Eric W. Biederman · 13 years ago
  55. 7d3d43d net: In unregister_netdevice_notifier unregister the netdevices. by Eric W. Biederman · 13 years ago
  56. 816a785 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 13 years ago
  57. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  58. c1412fc net/ipv6/exthdrs.c: Strict PadN option checking by Eldad Zack · 13 years ago
  59. 174808a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  60. 46ba5b2 net: Fixed coding style issues relating to braces. by Jeffrin Jose · 13 years ago
  61. 6fdbd16 net/ipv6/ipv6_sockglue.c: Removed redundant extern by Eldad Zack · 13 years ago
  62. e1e420c net/core: simple_strtoul cleanup by Shuah Khan · 13 years ago
  63. e35f30c Treat ND option 31 as userland (DNSSL support) by Alexey I. Froloff · 13 years ago
  64. 91b0ade NFC: Fix LLCP link timeout typo by Samuel Ortiz · 13 years ago
  65. 56d5876 NFC: Add MIUX to the local LLCP general bytes by Samuel Ortiz · 13 years ago
  66. ffc2931 NFC: Call llcp_add_header properly when sending LLCP DM or DISC by Samuel Ortiz · 13 years ago
  67. 324b0af NFC: Fix LLCP TLV building routine by Samuel Ortiz · 13 years ago
  68. 279cf17 NFC: No need to apply twice the modulo op to LLCP's recv_n by Samuel Ortiz · 13 years ago
  69. 4be646e NFC: Dump LLCP frames by Samuel Ortiz · 13 years ago
  70. c8d56ae NFC: Add Core support to generate tag lost event by Eric Lapuyade · 13 years ago
  71. 144612c NFC: Changed target activated state logic by Eric Lapuyade · 13 years ago
  72. 01ae0ee NFC: Fix next target_idx type and rename for clarity by Eric Lapuyade · 13 years ago
  73. c4fbb65 NFC: The core part should generate the target index by Samuel Ortiz · 13 years ago
  74. eb738fe NFC: SHDLC implementation by Eric Lapuyade · 13 years ago
  75. 8b8d2e0 NFC: HCI support by Eric Lapuyade · 13 years ago
  76. e1da0ef NFC: Export target lost function by Eric Lapuyade · 13 years ago
  77. 8112a5c NFC: Add a target lost netlink event by Samuel Ortiz · 13 years ago
  78. 35bcd59 mac80211: fix the assignment of PREQ's MAC address for Proactive RANN by Chun-Yeow Yeoh · 13 years ago
  79. 7eab0f6 Merge branch 'master' into for-davem by John W. Linville · 13 years ago
  80. 8065248 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  81. 5d94994 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
  82. 5314526 cfg80211: add channel switch notify event by Thomas Pedersen · 13 years ago
  83. 6d52563 cfg80211/mac80211: enable proper device_set_wakeup_enable handling by Johannes Berg · 13 years ago
  84. 4d6c36f mac80211: clean up an ieee80211_do_open error path by Johannes Berg · 13 years ago
  85. 3a25a8c mac80211: add improved HW queue control by Johannes Berg · 13 years ago
  86. 4b6f1dd mac80211: add explicit monitor interface if needed by Johannes Berg · 13 years ago
  87. 3edaf3e mac80211: manage AP netdev carrier state by Johannes Berg · 13 years ago
  88. fe40cb6 mac80211: Check basic rates when peering by Ashok Nagarajan · 13 years ago
  89. 9ebb61a mac80211: Modify sta_get_rates to give basic rates by Ashok Nagarajan · 13 years ago
  90. 657c3e0 mac80211: Indicate basic rates when adding rate IEs by Ashok Nagarajan · 13 years ago
  91. d934f7d mac80211: Use mandatory rates as basic rates when starting mesh by Ashok Nagarajan · 13 years ago
  92. b4838d1 NFC: Fix the LLCP Tx fragmentation loop by Samuel Ortiz · 13 years ago
  93. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 13 years ago
  94. 87151b8 net: allow pskb_expand_head() to get maximum tailroom by Eric Dumazet · 13 years ago
  95. 996304b bridge: Do not send queries on multicast group leaves by Herbert Xu · 13 years ago
  96. 7a5cc24 batman-adv: add bridge loop avoidance compile option by Simon Wunderlich · 13 years ago
  97. 38ef3d1 batman-adv: form groups in the bridge loop avoidance by Simon Wunderlich · 13 years ago
  98. b1a8c04 batman-adv: drop STP over batman by Simon Wunderlich · 13 years ago
  99. fe2da6f batman-adv: add broadcast duplicate check by Simon Wunderlich · 13 years ago
  100. 20ff9d5 batman-adv: don't let backbone gateways exchange tt entries by Simon Wunderlich · 13 years ago