1. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  2. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  3. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  4. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  5. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  6. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  7. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  8. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  9. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  10. bec94d4 gre: allow live address change by stephen hemminger · 10 years ago
  11. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  12. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  13. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  14. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  15. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  16. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  17. 7d68536 netlink: call unbind when releasing socket by Johannes Berg · 10 years ago
  18. b10dcb3 netlink: update listeners directly when removing socket by Johannes Berg · 10 years ago
  19. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  20. 02c81ab netlink: rename netlink_unbind() to netlink_undo_bind() by Johannes Berg · 10 years ago
  21. eb46e22 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  22. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  23. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  24. 4aa6118 openvswitch: fix odd_ptr_err.cocci warnings by Wu Fengguang · 10 years ago
  25. 6a8fc95 Bluetooth: Fix accepting connections when not using mgmt by Johan Hedberg · 10 years ago
  26. 8bfe844 Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR by Marcel Holtmann · 10 years ago
  27. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  28. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  29. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  30. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  31. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  32. 4cc1bec mpls: Fix allowed protocols for mpls gso by Pravin B Shelar · 10 years ago
  33. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  34. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  35. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  36. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  37. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  38. 0d16449 batman-adv: avoid NULL dereferences and fix if check by Antonio Quartulli · 10 years ago
  39. 0402e44 batman-adv: Unify fragment size calculation by Sven Eckelmann · 10 years ago
  40. 5b6698b batman-adv: Calculate extra tail size based on queued fragments by Sven Eckelmann · 10 years ago
  41. af6dabc net: drop the packet when fails to do software segmentation or header check by Jason Wang · 10 years ago
  42. 2dc49d1 tcp6: don't move IP6CB before xfrm6_policy_check() by Nicolas Dichtel · 10 years ago
  43. da413ee packet: Fixed TPACKET V3 to signal poll when block is closed rather than every packet by Dan Collins · 10 years ago
  44. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  45. 71bb99a Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l2cap socket by Al Viro · 10 years ago
  46. 96c2665 Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket by Al Viro · 10 years ago
  47. 51bda2b Bluetooth: hidp_connection_add() unsafe use of l2cap_pi() by Al Viro · 10 years ago
  48. 004fa5e Bluetooth: 6lowpan: Do not free skb when packet is dropped by Jukka Rissanen · 10 years ago
  49. e3bb504 [regression] chunk lost from bd9b51 by Al Viro · 10 years ago
  50. 00c845d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  51. 86c8fc4 Merge tag 'mac80211-for-davem-2014-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  52. 7dce675 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  53. 1206940 geneve: Fix races between socket add and release. by Jesse Gross · 10 years ago
  54. 7ed767f geneve: Remove socket and offload handlers at destruction. by Jesse Gross · 10 years ago
  55. a18e6a1 netlink: Don't reorder loads/stores before marking mmap netlink frame as available by Thomas Graf · 10 years ago
  56. 4682a03 netlink: Always copy on mmap TX. by David Miller · 10 years ago
  57. 5766650 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  58. ea8ae25 Bluetooth: Fix bug with filter in service discovery optimization by Marcel Holtmann · 10 years ago
  59. 715e4cd libceph: specify position of extent operation by Yan, Zheng · 10 years ago
  60. 864e919 libceph: add CREATE osd operation support by Yan, Zheng · 10 years ago
  61. d74b50b libceph: add SETXATTR/CMPXATTR osd operations support by Yan, Zheng · 10 years ago
  62. a3fc980 libceph: require cephx message signature by default by Yan, Zheng · 10 years ago
  63. 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
  64. ae385ea libceph: store session key in cephx authorizer by Yan, Zheng · 10 years ago
  65. 4965fc3 libceph: nuke ceph_kvfree() by Ilya Dryomov · 10 years ago
  66. 28a9bc6 mac80211: free management frame keys when removing station by Johannes Berg · 10 years ago
  67. 603ba7e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  68. 0b233b7 Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  69. 65891fe net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow by Or Gerlitz · 10 years ago
  70. f1fb521 ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup() by Thomas Graf · 10 years ago
  71. bb1553c ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops() by Thomas Graf · 10 years ago
  72. c9f2c3d Merge tag 'master-2014-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  73. a463e9c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  74. 6ff4a8a rds: Fix min() warning in rds_message_inc_copy_to_user() by Geert Uytterhoeven · 10 years ago
  75. 8a0033a gre: fix the inner mac header in nbma tunnel xmit path by Timo Teräs · 10 years ago
  76. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  77. e3aa91a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  78. e962f30 fib_trie: Fix trie balancing issue if new node pushes down existing node by Alexander Duyck · 10 years ago
  79. 53f6b70 vlan: Add ability to always enable TSO/UFO by Toshiaki Makita · 10 years ago
  80. 185076d cfg80211: correctly check ad-hoc channels by Arik Nemtsov · 10 years ago
  81. 70dcec5 cfg80211: don't WARN about two consecutive Country IE hint by Emmanuel Grumbach · 10 years ago
  82. 9845904 Bluetooth: Fix mgmt response status when removing adapter by Johan Hedberg · 10 years ago
  83. ec6f99b Bluetooth: Fix enabling BR/EDR SC when powering on by Johan Hedberg · 10 years ago
  84. 722ddb0 mac80211: update the channel context after channel switch by Emmanuel Grumbach · 10 years ago
  85. f89f46c nl80211: check matches array length before acessing it by Luciano Coelho · 10 years ago
  86. 34f05f5 cfg80211: avoid mem leak on driver hint set by Arik Nemtsov · 10 years ago
  87. 08f6f14 cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz drivers by Jouni Malinen · 10 years ago
  88. d025933 mac80211: fix multicast LED blinking and counter by Andreas Müller · 10 years ago
  89. 7e6225a mac80211: avoid using uninitialized stack data by Jes Sorensen · 10 years ago
  90. 9697f1c net: dsa: propagate error code from dsa_slave_phy_setup by Florian Fainelli · 10 years ago
  91. 53013c7 net: dsa: handle non-existing PHYs on switch internal bus by Florian Fainelli · 10 years ago
  92. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  93. 6b9e2ce Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 10 years ago
  94. 1aeb9c6 Bluetooth: Fix notifying mgmt power off before flushing connection list by Johan Hedberg · 10 years ago
  95. a511b35 Bluetooth: Fix incorrect pending cmd removal in pairing_complete() by Johan Hedberg · 10 years ago
  96. 15013ae Bluetooth: Fix calling hci_conn_put too early by Johan Hedberg · 10 years ago
  97. 417287d Bluetooth: Fix check for support for page scan related commands by Marcel Holtmann · 10 years ago
  98. 5c1a4c8 Bluetooth: Fix missing hci_dev_lock/unlock in hci_event by Jaganath Kanakkassery · 10 years ago
  99. 3ad6758 Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete() by Jaganath Kanakkassery · 10 years ago
  100. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago