1. c6d14ff act_police: improved accuracy at high rates by Jiri Pirko · 12 years ago
  2. 0e24321 act_police: move struct tcf_police to act_police.c by Jiri Pirko · 12 years ago
  3. b757c93 tbf: improved accuracy at high rates by Jiri Pirko · 12 years ago
  4. 34c5d29 sch_api: introduce qdisc_watchdog_schedule_ns() by Jiri Pirko · 12 years ago
  5. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 12 years ago
  6. b9a7afd htb: initialize cl->tokens and cl->ctokens correctly by Jiri Pirko · 12 years ago
  7. bdd6998 htb: remove pointless first initialization of buffer and cbuffer by Jiri Pirko · 12 years ago
  8. 324f5aa htb: use PSCHED_TICKS2NS() by Jiri Pirko · 12 years ago
  9. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. 9c10f41 htb: fix values in opt dump by Jiri Pirko · 12 years ago
  11. 6e2f0aa netfilter: nf_ct_helper: don't discard helper if it is actually the same by Florian Westphal · 12 years ago
  12. 442fad9 netfilter: ctnetlink: don't permit ct creation with random tuple by Florian Westphal · 12 years ago
  13. 37d5110 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  14. 77c1090 net: fix infinite loop in __skb_recv_datagram() by Eric Dumazet · 12 years ago
  15. 570617e net: sctp: remove unused multiple cookie keys by Daniel Borkmann · 12 years ago
  16. 318d86d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  17. 66d5757 mac80211: allow driver to be stateless wrt. SMSP requests by Emmanuel Grumbach · 12 years ago
  18. 0790bbb netpoll: cleanup sparse warnings by Neil Horman · 12 years ago
  19. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  20. f05de73 skbuff: create skb_panic() function and its wrappers by Jean Sacren · 12 years ago
  21. 9c35d7d mac80211: Add flushes before going off-channel by Seth Forshee · 12 years ago
  22. 6c17b77 mac80211: Fix tx queue handling during scans by Seth Forshee · 12 years ago
  23. df15a6c mac80211/minstrel_ht: remove the sampling bypass check for the lowest rate by Felix Fietkau · 12 years ago
  24. 7f4fe17 mac80211/minstrel_ht: show the number of retries for each rate in debugfs by Felix Fietkau · 12 years ago
  25. 3b69908 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  26. 547b4e7 bridge: set priority of STP packets by Stephen Hemminger · 12 years ago
  27. 7e307c6 mrp: make mrp_rcv static by Stephen Hemminger · 12 years ago
  28. 954b124 ethtool: fix sparse warning by Stephen Hemminger · 12 years ago
  29. b274826 bridge: use dev->addr_assign_type to see if user change mac by Jiri Pirko · 12 years ago
  30. 2c5e893 ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 by Hannes Frederic Sowa · 12 years ago
  31. 2031409 ipv6: don't accept multicast traffic with scope 0 by Hannes Frederic Sowa · 12 years ago
  32. dd40851 ipv6: don't let node/interface scoped multicast traffic escape on the wire by Hannes Frederic Sowa · 12 years ago
  33. 3e4d40f mac80211: remove unused code to mark AP station authenticated by Johannes Berg · 12 years ago
  34. fd0f979 mac80211: simplify idle handling by Johannes Berg · 12 years ago
  35. f1e3e05 mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLE by Johannes Berg · 12 years ago
  36. 09b8556 mac80211: remove dynamic PS driver interface by Johannes Berg · 12 years ago
  37. ef429da mac80211: introduce beacon-only timing data by Johannes Berg · 12 years ago
  38. 8cef2c9 cfg80211: move TSF into IEs by Johannes Berg · 12 years ago
  39. 83c7aa1 cfg80211: remove scan ies NULL check by Johannes Berg · 12 years ago
  40. b207cdb mac80211: add vif debugfs driver callbacks by Alexander Bondar · 12 years ago
  41. 776b358 cfg80211: track hidden SSID networks properly by Johannes Berg · 12 years ago
  42. 1f4ac5a mac80211: explicitly copy channels to VLANs where needed by Johannes Berg · 12 years ago
  43. 757af6f mac80211: fix chandef tracing bug by Johannes Berg · 12 years ago
  44. 112c31f mac80211: fix AP beacon loss messages by Johannes Berg · 12 years ago
  45. f9e124f mac80211: protect rx-path with spinlock by Christian Lamparter · 12 years ago
  46. 601513a mac80211: Add the DS Params for mesh to every band by Emanuel Taube · 12 years ago
  47. 45b5028 mac80211: fix mesh sta teardown by Thomas Pedersen · 12 years ago
  48. 077f897 wireless: fix kernel-doc by Johannes Berg · 12 years ago
  49. 5b112d3 cfg80211: pass wiphy to cfg80211_ref_bss/put_bss by Johannes Berg · 12 years ago
  50. bba87ff cfg80211: fix radar check for P2P_DEVICE by Ilan Peer · 12 years ago
  51. b7566fc cfg80211: Fix memory leak by Larry Finger · 12 years ago
  52. 78f42ae Merge remote-tracking branch 'wireless-next/master' into HEAD by Johannes Berg · 12 years ago
  53. 7cb8a93 xfrm: Allow inserting policies with matching mark and different priorities by Steffen Klassert · 12 years ago
  54. 3d9646d mac80211: fix channel selection bug by Johannes Berg · 12 years ago
  55. daaba4f net neighbour, decnet: Ensure to align device private data on preferred alignment. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  56. ec16ef2 ipv6 mcast: Do not join device multicast for interface-local multicasts. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  57. cfa82e0 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  58. 044453b arp: fix possible crash in arp_rcv() by Eric Dumazet · 12 years ago
  59. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 12 years ago
  60. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 12 years ago
  61. d021c34 VSOCK: Introduce VM Sockets by Andy King · 12 years ago
  62. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  63. 03536e2 net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key by Daniel Borkmann · 12 years ago
  64. 6a98dcf ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c by Amerigo Wang · 12 years ago
  65. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 12 years ago
  66. e06b840 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  67. b5c37fe net: sctp: sctp_endpoint_free: zero out secret key data by Daniel Borkmann · 12 years ago
  68. 6ba542a net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  69. e9a4aa3 NFC: llcp: integer underflow in nfc_llcp_set_remote_gb() by Dan Carpenter · 12 years ago
  70. 3549c6b Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  71. f5237f2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  72. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 12 years ago
  73. 241448c net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls by Daniel Borkmann · 12 years ago
  74. 586c31f net: sctp: sctp_auth_key_put: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  75. 6cddded Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch into openvswitch by David S. Miller · 12 years ago
  76. d601cd8 mac80211: fix managed mode channel context use by Johannes Berg · 12 years ago
  77. edb2722 netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  78. d4c38fa netfilter: ip6t_NPT: Fix prefix mangling by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  79. f5271ff netfilter: ip6t_NPT: Fix adjustment calculation by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  80. 41ab3e3 ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() by Tommi Rantala · 12 years ago
  81. 6d1ccff net: reset mac header in dev_start_xmit() by Eric Dumazet · 12 years ago
  82. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 12 years ago
  83. 25060d8 wpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  84. fc4e98d 6lowpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  85. a07fdce 6lowpan: Remove __init tag from lowpan_netlink_fini(). by David S. Miller · 12 years ago
  86. 6731d20 tcp: fix for zero packets_in_flight was too broad by Ilpo Järvinen · 12 years ago
  87. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 12 years ago
  88. f458c64 wpan: whitespace fix by Alexander Aring · 12 years ago
  89. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 12 years ago
  90. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  91. b3b66ae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  92. 9887dbf mac80211: fix error in sizeof() usage by Cong Ding · 12 years ago
  93. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 12 years ago
  94. 1f53c80 xfrm: remove unused xfrm4_policy_fini() by Michal Kubecek · 12 years ago
  95. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  96. 4b47bc9 ipvs: sctp: fix checksumming on snat and dnat handlers by Daniel Borkmann · 12 years ago
  97. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  98. 547472b ipv4: Disallow non-namespace aware protocols to register. by David S. Miller · 12 years ago
  99. 9d6ddb1 l2tp: Make ipv4 protocol handler namespace aware. by David S. Miller · 12 years ago
  100. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 12 years ago