1. f6367b4 bridge: use is_skb_forwardable in forward path by Vlad Yasevich · 11 years ago
  2. 1ee481f net: Allow modules to use is_skb_forwardable by Vlad Yasevich · 11 years ago
  3. bd4cf0e net: filter: rework/optimize internal BPF interpreter's instruction set by Alexei Starovoitov · 11 years ago
  4. 164d8c6 net: ptp: do not reimplement PTP/BPF classifier by Daniel Borkmann · 11 years ago
  5. e62d2df net: ptp: use sk_unattached_filter_create() for BPF by Daniel Borkmann · 11 years ago
  6. fbc907f net: filter: move filter accounting to filter core by Daniel Borkmann · 11 years ago
  7. a3ea269 net: filter: keep original BPF program around by Daniel Borkmann · 11 years ago
  8. f8bbbfc net: filter: add jited flag to indicate jit compiled filters by Daniel Borkmann · 11 years ago
  9. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  10. 437de07 ipv6: fix checkpatch errors of "foo*" and "foo * bar" by Wang Yufen · 11 years ago
  11. 49e253e ipv6: fix checkpatch errors of brace and trailing statements by Wang Yufen · 11 years ago
  12. 8db46f1 ipv6: fix checkpatch errors comments and space by Wang Yufen · 11 years ago
  13. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 11 years ago
  14. 080b3c1 netpoll: Remove strong unnecessary assumptions about skbs by Eric W. Biederman · 11 years ago
  15. 66b5552 netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable by Eric W. Biederman · 11 years ago
  16. 3f4df20 netpoll: Move rx enable/disable into __dev_close_many by Eric W. Biederman · 11 years ago
  17. 944e294 netpoll: Only call ndo_start_xmit from a single place by Eric W. Biederman · 11 years ago
  18. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 11 years ago
  19. 2adb956 vlan: Warn the user if lowerdev has bad vlan features. by Vlad Yasevich · 11 years ago
  20. fc92f74 bridge: Fix crash with vlan filtering and tcpdump by Vlad Yasevich · 11 years ago
  21. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 11 years ago
  22. c15b1cc ipv6: move DAD and addrconf_verify processing to workqueue by Hannes Frederic Sowa · 11 years ago
  23. 015f068 net: net: add a core netdev->tx_dropped counter by Eric Dumazet · 11 years ago
  24. 4327950 packet: respect devices with LLTX flag in direct xmit by Daniel Borkmann · 11 years ago
  25. e2a1d3e tcp: fix get_timewait4_sock() delay computation on 64bit by Eric Dumazet · 11 years ago
  26. 4f647e0 openvswitch: fix a possible deadlock and lockdep warning by Flavio Leitner · 11 years ago
  27. 99b192d bridge: Fix handling stacked vlan tags by Toshiaki Makita · 11 years ago
  28. 12464bb bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled by Toshiaki Makita · 11 years ago
  29. 1647011 tipc: make discovery domain a bearer attribute by Erik Hugne · 11 years ago
  30. a21a584 tipc: fix neighbor detection problem after hw address change by Erik Hugne · 11 years ago
  31. 36d5fe6 core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors by Zoltan Kiss · 11 years ago
  32. 02f2d5a hsr: replace del_timer by del_timer_sync by Julia Lawall · 11 years ago
  33. 8427559 atm: replace del_timer by del_timer_sync by Julia Lawall · 11 years ago
  34. a0b8486 tcp: tcp_make_synack() minor changes by Eric Dumazet · 11 years ago
  35. e5fd387 ipv6: do not overwrite inetpeer metrics prematurely by Michal Kubeček · 11 years ago
  36. fc0d48b vlan: Set hard_header_len according to available acceleration by Vlad Yasevich · 11 years ago
  37. dde2026 tipc: use node list lock to protect tipc_num_links variable by Ying Xue · 11 years ago
  38. 2220646 tipc: use node_list_lock to protect tipc_num_nodes variable by Ying Xue · 11 years ago
  39. 6c7a762 tipc: tipc: convert node list and node hlist to RCU lists by Ying Xue · 11 years ago
  40. 46651c5 tipc: rename node create lock to protect node list and hlist by Ying Xue · 11 years ago
  41. 987b58b tipc: make broadcast bearer store in bearer_list array by Ying Xue · 11 years ago
  42. f47de12 tipc: remove active flag from tipc_bearer structure by Ying Xue · 11 years ago
  43. 3874ccb tipc: convert tipc_bearers array to pointer list by Ying Xue · 11 years ago
  44. 78dfb78 tipc: acquire necessary locks in named_cluster_distribute routine by Ying Xue · 11 years ago
  45. 5902385 tipc: obsolete the remote management feature by Ying Xue · 11 years ago
  46. 76d7882 tipc: remove unnecessary checking for node object by Ying Xue · 11 years ago
  47. fcb144b net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c by Monam Agarwal · 11 years ago
  48. cd18721 net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c by Monam Agarwal · 11 years ago
  49. de14439 net: unix: non blocking recvmsg() should not return -EINTR by Eric Dumazet · 11 years ago
  50. 71e415e vlan: make a new function vlan_dev_vlan_proto() and export by dingtianhong · 11 years ago
  51. 61b905d net: Rename skb->rxhash to skb->hash by Tom Herbert · 11 years ago
  52. cc93fc5 tcp: delete unused parameter in tcp_nagle_check() by Peter Pan(潘卫平) · 11 years ago
  53. fbd02dd ip_tunnel: Fix dst ref-count. by Pravin B Shelar · 11 years ago
  54. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 0fc3196 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  56. a5d0e7c tipc: fix spinlock recursion bug for failed subscriptions by Erik Hugne · 11 years ago
  57. c27f087 netpoll: fix the skb check in pkt_is_ns by Li RongQing · 11 years ago
  58. 0b8c7f6 ipv4: remove ip_rt_dump from route.c by Li RongQing · 11 years ago
  59. 4a4eb21 ipv4: remove ipv4_ifdown_dst from route.c by Li RongQing · 11 years ago
  60. 3f2532f batman-adv: Start new development cycle by Simon Wunderlich · 11 years ago
  61. 151dcb3 batman-adv: improve DAT documentation by Antonio Quartulli · 11 years ago
  62. 43e6f65 batman-adv: improve the TT flags documentation by Antonio Quartulli · 11 years ago
  63. 4c8755d batman-adv: Send multicast packets to nodes with a WANT_ALL flag by Linus Lüssing · 11 years ago
  64. ab49886 batman-adv: Add IPv4 link-local/IPv6-ll-all-nodes multicast support by Linus Lüssing · 11 years ago
  65. 1d8ab8d batman-adv: Modified forwarding behaviour for multicast packets by Linus Lüssing · 11 years ago
  66. 60432d7 batman-adv: Announce new capability via multicast TVLV by Linus Lüssing · 11 years ago
  67. e17931d batman-adv: introduce capability initialization bitfield by Linus Lüssing · 11 years ago
  68. c5caf4e batman-adv: Multicast Listener Announcements via Translation Table by Linus Lüssing · 11 years ago
  69. c5d3a65 batman-adv: add kerneldoc for dst_hint argument by Antonio Quartulli · 11 years ago
  70. af63fde batman-adv: call unregister_netdev() to have it handle the locking for us by Marek Lindner · 11 years ago
  71. 1a321b0 batman-adv: fix a few kerneldoc inconsistencies by Simon Wunderlich · 11 years ago
  72. 8fdd015 batman-adv: prefer ether_addr_copy to memcpy by Antonio Quartulli · 11 years ago
  73. e88b617 batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx() by Linus Lüssing · 11 years ago
  74. 927c2ed batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path by Linus Lüssing · 11 years ago
  75. abae947 batman-adv: fix coccinelle warnings by Fengguang Wu · 11 years ago
  76. 49c0ca1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  77. b74d3fe Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 11 years ago
  78. 54af36e ieee802154: dgram: cleanup set of broadcast panid by Alexander Aring · 11 years ago
  79. 06324f2 af_ieee802154: fix check on broadcast address by Alexander Aring · 11 years ago
  80. f518338 ip6mr: fix mfc notification flags by Nicolas Dichtel · 11 years ago
  81. 65886f4 ipmr: fix mfc notification flags by Nicolas Dichtel · 11 years ago
  82. 1c104a6 rtnetlink: fix fdb notification flags by Nicolas Dichtel · 11 years ago
  83. e35bad5 net: remove empty lines from tcp_syn_flood_action by Daniel Baluta · 11 years ago
  84. f9b8c4c openvswitch: Correctly report flow used times for first 5 minutes after boot. by Ben Pfaff · 11 years ago
  85. 370c5ac Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  86. 7eb2450 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  87. 2f139a5 af_iucv: recvmsg problem for SOCK_STREAM sockets by Ursula Braun · 11 years ago
  88. 40b552a Bluetooth: Enforce strict Secure Connections Only mode security by Marcel Holtmann · 11 years ago
  89. 4e7b203 Bluetooth: Fix Pair Device response parameters for pairing failure by Johan Hedberg · 11 years ago
  90. 01ad34d Bluetooth: Fix SMP user passkey notification mgmt event by Johan Hedberg · 11 years ago
  91. 5ed884d Bluetooth: Increase SMP re-encryption delay to 500ms by Johan Hedberg · 11 years ago
  92. 18e4aeb Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID by Johan Hedberg · 11 years ago
  93. 73fb08e cfg80211: remove macro ASSERT_RDEV_LOCK(rdev) by Zhao, Gang · 11 years ago
  94. 4da6462 cfg80211: remove unnecessary check by Zhao, Gang · 11 years ago
  95. fb378c2 mac80211: set beamforming bit in radiotap by Emmanuel Grumbach · 11 years ago
  96. 3afc216 cfg80211/mac80211: ignore signal if the frame was heard on wrong channel by Emmanuel Grumbach · 11 years ago
  97. 2316d7b cfg80211: make __cfg80211_join_ibss() static by Zhao, Gang · 11 years ago
  98. 71228a1 mac80211: release sched_scan_sdata when stopping sched scan by Alexander Bondar · 11 years ago
  99. 112c44b mac80211: fix WPA with VLAN on AP side with ps-sta again by Michael Braun · 11 years ago
  100. 1a1cb74 mac80211: fix suspend vs. authentication race by Johannes Berg · 11 years ago