1. f2abba4 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
  2. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  3. 86e62ad udp_diag: Fix the !ipv6 case by Pavel Emelyanov · 13 years ago
  4. b872a23 udp_diag: Make it module when ipv6 is a module by Pavel Emelyanov · 13 years ago
  5. 507dd79 udp_diag: Wire the udp_diag module into kbuild by Pavel Emelyanov · 13 years ago
  6. b6d640c udp_diag: Implement the dump-all functionality by Pavel Emelyanov · 13 years ago
  7. a925aa0 udp_diag: Implement the get_exact dumping functionality by Pavel Emelyanov · 13 years ago
  8. 52b7c59 udp_diag: Basic skeleton by Pavel Emelyanov · 13 years ago
  9. fce8233 udp: Export code sk lookup routines by Pavel Emelyanov · 13 years ago
  10. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 13 years ago
  11. 3c4d05c inet_diag: Introduce the inet socket dumping routine by Pavel Emelyanov · 13 years ago
  12. 8d07d15 inet_diag: Introduce the byte-code run on an inet socket by Pavel Emelyanov · 13 years ago
  13. efb3cb4 inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  14. 476f7db inet_diag: Split inet_diag_get_exact into parts by Pavel Emelyanov · 13 years ago
  15. b005ab4 inet_diag: Export inet diag cookie checking routine by Pavel Emelyanov · 13 years ago
  16. 87c22ea inet_diag: Reduce the number of args for bytecode run routine by Pavel Emelyanov · 13 years ago
  17. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 13 years ago
  18. a73ed26 sch_red: generalize accurate MAX_P support to RED/GRED/CHOKE by Eric Dumazet · 13 years ago
  19. 0221cd5 Revert "net: netprio_cgroup: make net_prio_subsys static" by John Fastabend · 13 years ago
  20. 6f8e4ad sock_diag: off by one checks by Dan Carpenter · 13 years ago
  21. 865d9f9 net: netprio_cgroup: make net_prio_subsys static by John Fastabend · 13 years ago
  22. 6d4cdf4 vlan: add 802.1q netpoll support by Benjamin LaHaise · 13 years ago
  23. 8af2a21 sch_red: Adaptative RED AQM by Eric Dumazet · 13 years ago
  24. 348a144 vlan: introduce functions to do mass addition/deletion of vids by another device by Jiri Pirko · 13 years ago
  25. 5b9ea6e vlan: introduce vid list with reference counting by Jiri Pirko · 13 years ago
  26. 87002b0 net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_vid ndo calls by Jiri Pirko · 13 years ago
  27. 7da82c0 vlan: rename vlan_dev_info to vlan_dev_priv by Jiri Pirko · 13 years ago
  28. 4359881 bridge: add local MAC address to forwarding table (v2) by stephen hemminger · 13 years ago
  29. 31e8a49 bridge: rearrange fdb notifications (v2) by stephen hemminger · 13 years ago
  30. f58ee4e bridge: refactor fdb_notify by stephen hemminger · 13 years ago
  31. 0052d81 wireless: disable wext sysfs by default by Johannes Berg · 13 years ago
  32. 959327c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  33. f84ea77 caif: Replace BUG_ON with WARN_ON. by Roar Førde · 13 years ago
  34. 005b0b0 caif: Bad assert triggering false positive. by sjur.brandeland@stericsson.com · 13 years ago
  35. 87a1157 ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc(). by David S. Miller · 13 years ago
  36. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  37. 4e79fad mac80211: Remove WARN_ON in apply-ht-override logic. by Ben Greear · 13 years ago
  38. 3df6eae mac80211: accept public action frames with mismatched BSSID by Johannes Berg · 13 years ago
  39. aa5b549 mac80211: fix retransmit by Johannes Berg · 13 years ago
  40. 13c40c5 mac80211: Add HT operation modes for IBSS by Alexander Simon · 13 years ago
  41. ff3cc5f mac80211: handle protection mode, RIFS and ADDBA for HT IBSS by Simon Wunderlich · 13 years ago
  42. 54858ee nl80211: Parse channel type attribute in an ibss join request by Alexander Simon · 13 years ago
  43. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  44. 68109090 net: Silence seq_scale() unused warning by Stephen Boyd · 13 years ago
  45. 8ef874b sock_diag: Move the sock_ code to net/core/ by Pavel Emelyanov · 13 years ago
  46. a029fe2 inet_diag: Cleanup type2proto last user by Pavel Emelyanov · 13 years ago
  47. d23deaa inet_diag: Introduce socket family checks by Pavel Emelyanov · 13 years ago
  48. 25c4cd2 inet_diag: Switch the _dump to work with new header by Pavel Emelyanov · 13 years ago
  49. fe50ce2 inet_diag: Switch the _get_exact to work with new header by Pavel Emelyanov · 13 years ago
  50. 126fdc3 inet_diag: Introduce new inet_diag_req header by Pavel Emelyanov · 13 years ago
  51. d366477 sock_diag: Initial skeleton by Pavel Emelyanov · 13 years ago
  52. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  53. 37f352b inet_diag: Move byte-code finding up the call-stack by Pavel Emelyanov · 13 years ago
  54. 8d34172 sock_diag: Introduce new message type by Pavel Emelyanov · 13 years ago
  55. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  56. 9e998a7 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. 99b53bd ipv4:correct description for tcp_max_syn_backlog by Peter Pan(潘卫平) · 13 years ago
  58. f0a98ae openvswitch: small potential memory leak in ovs_vport_alloc() by Dan Carpenter · 13 years ago
  59. d39aeaf 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
  60. 40e4783 ipv4: arp: Cleanup in arp.c by Igor Maravic · 13 years ago
  61. 0a5912d tcp: remove TCP_OFF and TCP_PAGE macros by Eric Dumazet · 13 years ago
  62. b474ae7 bql: fix CONFIG_XPS=n build by Eric Dumazet · 13 years ago
  63. 4fa48bf tcp: fix tcp_trim_head() by Eric Dumazet · 13 years ago
  64. 7d31130 caif: Stash away hijacked skb destructor and call it later by sjur.brandeland@stericsson.com · 13 years ago
  65. 0e4c7d8 caif: Add support for flow-control on device's tx-queue by sjur.brandeland@stericsson.com · 13 years ago
  66. 7ad65bf caif: Add support for CAIF over CDC NCM USB interface by sjur.brandeland@stericsson.com · 13 years ago
  67. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  68. 321f3b8 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  69. de398fb ipv4: Fix peer validation on cached lookup. by David S. Miller · 13 years ago
  70. cbec062 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
  71. 761965e tcp: tcp_sendmsg() page recycling by Eric Dumazet · 13 years ago
  72. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  73. fdf5af0 tcp: drop SYN+FIN messages by Eric Dumazet · 13 years ago
  74. 78a8a36 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 13 years ago
  75. 04a6f44 ipv6: Kill ndisc_get_neigh() inline helper. by David S. Miller · 13 years ago
  76. 3830847 ipv6: Various cleanups in route.c by David S. Miller · 13 years ago
  77. 507c9b1 ipv6: Various cleanups in ip6_route.c by David S. Miller · 13 years ago
  78. ccb1352 net: Add Open vSwitch kernel components. by Jesse Gross · 13 years ago
  79. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 13 years ago
  80. 396cf94 vlan: Move vlan_set_encap_proto() to vlan header file by Pravin B Shelar · 13 years ago
  81. 86b1309 genetlink: Add lockdep_genl_is_held(). by Pravin B Shelar · 13 years ago
  82. 263ba61 genetlink: Add genl_notify() by Pravin B Shelar · 13 years ago
  83. f61759e ipv4: make sure RTO_ONLINK is saved in routing cache by Julian Anastasov · 13 years ago
  84. 5a13b09 Bluetooth: trivial: correct check for LMP version by Andrei Emeltchenko · 13 years ago
  85. d095c1e Bluetooth: Remove magic bluetooth version numbers by Andrei Emeltchenko · 13 years ago
  86. 5c69b0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  87. 33cb722 Bluetooth: Correct version check in hci_setup by Andrei Emeltchenko · 13 years ago
  88. d7a4858 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  89. 340e8dc atm: clip: Remove code commented out since eternity. by David S. Miller · 13 years ago
  90. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  91. ce7e4ad Bluetooth: remove old code by Andrei Emeltchenko · 13 years ago
  92. 07f7fa5 Bluetooth: LE Set Scan Parameter Command by Andre Guedes · 13 years ago
  93. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  94. 1e89cff Bluetooth: Add HCI Read Flow Control Mode function by Andrei Emeltchenko · 13 years ago
  95. 5983fe2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  96. 3ced1be netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS by David S. Miller · 13 years ago
  97. d01ff0a ipv4: flush route cache after change accept_local by Peter Pan(潘卫平) · 13 years ago
  98. 1ee5fa1 sch_red: fix red_change by Eric Dumazet · 13 years ago
  99. d984e61 dccp: Fix compile warning in probe code. by David S. Miller · 13 years ago
  100. 59c2cda Revert "udp: remove redundant variable" by David S. Miller · 13 years ago