1. 57467e5 tipc: eliminate duplicated discard_rx_queue routine by Ying Xue · 12 years ago
  2. 9754e29 net: Don't write to current task flags on every packet received. by David S. Miller · 12 years ago
  3. e0376d0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 12 years ago
  4. 15004ca bridge: make ifla_br_policy and br_af_ops static by Cong Wang · 12 years ago
  5. 35e03f3 bridge: Separate egress policy bitmap by Vlad Yasevich · 12 years ago
  6. bc9a25d bridge: Add vlan support for local fdb entries by Vlad Yasevich · 12 years ago
  7. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 12 years ago
  8. b0e9a30 bridge: Add vlan id to multicast groups by Vlad Yasevich · 12 years ago
  9. 2ba071e bridge: Add vlan to unicast fdb entries by Vlad Yasevich · 12 years ago
  10. 552406c bridge: Add the ability to configure pvid by Vlad Yasevich · 12 years ago
  11. 7885198 bridge: Implement vlan ingress/egress policy with PVID. by Vlad Yasevich · 12 years ago
  12. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 12 years ago
  13. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 12 years ago
  14. 85f46c6 bridge: Verify that a vlan is allowed to egress on given port by Vlad Yasevich · 12 years ago
  15. a37b85c bridge: Validate that vlan is permitted on ingress by Vlad Yasevich · 12 years ago
  16. 243a2e6 bridge: Add vlan filtering infrastructure by Vlad Yasevich · 12 years ago
  17. 2222299 net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack by Daniel Borkmann · 12 years ago
  18. 1e55817 net: sctp: minor: make jsctp_sf_eat_sack static by Daniel Borkmann · 12 years ago
  19. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  20. ee684b6 tcp: send packets with a socket timestamp by Andrey Vagin · 12 years ago
  21. 93be6ce tcp: set and get per-socket timestamp by Andrey Vagin · 12 years ago
  22. ceaa1fe tcp: adding a per-socket timestamp offset by Andrey Vagin · 12 years ago
  23. 959d5fd netpoll: fix smatch warnings in netpoll core code by Neil Horman · 12 years ago
  24. 99d5851 net: skbuff: fix compile error in skb_panic() by James Hogan · 12 years ago
  25. c6d14ff act_police: improved accuracy at high rates by Jiri Pirko · 12 years ago
  26. 0e24321 act_police: move struct tcf_police to act_police.c by Jiri Pirko · 12 years ago
  27. b757c93 tbf: improved accuracy at high rates by Jiri Pirko · 12 years ago
  28. 34c5d29 sch_api: introduce qdisc_watchdog_schedule_ns() by Jiri Pirko · 12 years ago
  29. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 12 years ago
  30. b9a7afd htb: initialize cl->tokens and cl->ctokens correctly by Jiri Pirko · 12 years ago
  31. bdd6998 htb: remove pointless first initialization of buffer and cbuffer by Jiri Pirko · 12 years ago
  32. 324f5aa htb: use PSCHED_TICKS2NS() by Jiri Pirko · 12 years ago
  33. 9f6d98c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  34. 9c10f41 htb: fix values in opt dump by Jiri Pirko · 12 years ago
  35. 37d5110 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  36. 77c1090 net: fix infinite loop in __skb_recv_datagram() by Eric Dumazet · 12 years ago
  37. 570617e net: sctp: remove unused multiple cookie keys by Daniel Borkmann · 12 years ago
  38. 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
  39. 0790bbb netpoll: cleanup sparse warnings by Neil Horman · 12 years ago
  40. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  41. f05de73 skbuff: create skb_panic() function and its wrappers by Jean Sacren · 12 years ago
  42. 3b69908 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  43. 547b4e7 bridge: set priority of STP packets by Stephen Hemminger · 12 years ago
  44. 7e307c6 mrp: make mrp_rcv static by Stephen Hemminger · 12 years ago
  45. 954b124 ethtool: fix sparse warning by Stephen Hemminger · 12 years ago
  46. b274826 bridge: use dev->addr_assign_type to see if user change mac by Jiri Pirko · 12 years ago
  47. 2c5e893 ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 by Hannes Frederic Sowa · 12 years ago
  48. 2031409 ipv6: don't accept multicast traffic with scope 0 by Hannes Frederic Sowa · 12 years ago
  49. dd40851 ipv6: don't let node/interface scoped multicast traffic escape on the wire by Hannes Frederic Sowa · 12 years ago
  50. 7cb8a93 xfrm: Allow inserting policies with matching mark and different priorities by Steffen Klassert · 12 years ago
  51. 3d9646d mac80211: fix channel selection bug by Johannes Berg · 12 years ago
  52. daaba4f net neighbour, decnet: Ensure to align device private data on preferred alignment. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  53. ec16ef2 ipv6 mcast: Do not join device multicast for interface-local multicasts. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  54. cfa82e0 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  55. 044453b arp: fix possible crash in arp_rcv() by Eric Dumazet · 12 years ago
  56. 86fbe9b net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) by David Ward · 12 years ago
  57. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 12 years ago
  58. d021c34 VSOCK: Introduce VM Sockets by Andy King · 12 years ago
  59. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  60. 03536e2 net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key by Daniel Borkmann · 12 years ago
  61. 6a98dcf ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c by Amerigo Wang · 12 years ago
  62. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 12 years ago
  63. e06b840 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  64. b5c37fe net: sctp: sctp_endpoint_free: zero out secret key data by Daniel Borkmann · 12 years ago
  65. 6ba542a net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  66. 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
  67. 87c084a l2tp: dont play with skb->truesize by Eric Dumazet · 12 years ago
  68. 241448c net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls by Daniel Borkmann · 12 years ago
  69. 586c31f net: sctp: sctp_auth_key_put: use kzfree instead of kfree by Daniel Borkmann · 12 years ago
  70. 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
  71. d601cd8 mac80211: fix managed mode channel context use by Johannes Berg · 12 years ago
  72. edb2722 netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  73. d4c38fa netfilter: ip6t_NPT: Fix prefix mangling by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  74. f5271ff netfilter: ip6t_NPT: Fix adjustment calculation by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  75. 41ab3e3 ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() by Tommi Rantala · 12 years ago
  76. 6d1ccff net: reset mac header in dev_start_xmit() by Eric Dumazet · 12 years ago
  77. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 12 years ago
  78. 25060d8 wpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  79. fc4e98d 6lowpan: use stack buffer instead of heap by Alexander Aring · 12 years ago
  80. a07fdce 6lowpan: Remove __init tag from lowpan_netlink_fini(). by David S. Miller · 12 years ago
  81. 6731d20 tcp: fix for zero packets_in_flight was too broad by Ilpo Järvinen · 12 years ago
  82. ca99ca1 netpoll: protect napi_poll and poll_controller during dev_[open|close] by Neil Horman · 12 years ago
  83. f458c64 wpan: whitespace fix by Alexander Aring · 12 years ago
  84. f4e53e2 ipv6: Don't send packet to big messages to self by Steffen Klassert · 12 years ago
  85. 62b5942 net: core: Remove unnecessary alloc/OOM messages by Joe Perches · 12 years ago
  86. 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
  87. 9887dbf mac80211: fix error in sizeof() usage by Cong Ding · 12 years ago
  88. 8d06887 xfrm: make gc_thresh configurable in all namespaces by Michal Kubecek · 12 years ago
  89. 1f53c80 xfrm: remove unused xfrm4_policy_fini() by Michal Kubecek · 12 years ago
  90. a0073fe xfrm: Add a state resolution packet queue by Steffen Klassert · 12 years ago
  91. 4b47bc9 ipvs: sctp: fix checksumming on snat and dnat handlers by Daniel Borkmann · 12 years ago
  92. ca2eb56 tcp: remove Appropriate Byte Count support by Stephen Hemminger · 12 years ago
  93. 547472b ipv4: Disallow non-namespace aware protocols to register. by David S. Miller · 12 years ago
  94. 9d6ddb1 l2tp: Make ipv4 protocol handler namespace aware. by David S. Miller · 12 years ago
  95. 167eb17 l2tp: create tunnel sockets in the right namespace by Tom Parkin · 12 years ago
  96. cbb95e0 l2tp: prevent tunnel creation on netns mismatch by Tom Parkin · 12 years ago
  97. b6fdfdf l2tp: set netnsok flag for netlink messages by Tom Parkin · 12 years ago
  98. f8ccac0 l2tp: put tunnel socket release on a workqueue by Tom Parkin · 12 years ago
  99. 188d1f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  100. 4c52d3d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago