1. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 10 years ago
  2. c5c6a8a net: tcp: add key management to congestion control by Daniel Borkmann · 10 years ago
  3. 29ba4fff net: tcp: refactor reinitialization of congestion control by Daniel Borkmann · 10 years ago
  4. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 10 years ago
  5. 0409c9a net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference by Daniel Borkmann · 10 years ago
  6. 6cb6974 net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined by Hubert Sokolowski · 10 years ago
  7. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  8. 5961de9 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  9. c44d13d ip: IP cmsg cleanup by Tom Herbert · 10 years ago
  10. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 10 years ago
  11. 46b1e4f geneve: Check family when reusing sockets. by Jesse Gross · 10 years ago
  12. df5dba8 geneve: Remove socket hash table. by Jesse Gross · 10 years ago
  13. 829a3ad geneve: Simplify locking. by Jesse Gross · 10 years ago
  14. 61f3cad geneve: Remove workqueue. by Jesse Gross · 10 years ago
  15. 21e4902 netlink: Lockless lookup with RCU grace period in socket release by Thomas Graf · 10 years ago
  16. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 10 years ago
  17. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 10 years ago
  18. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 10 years ago
  19. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 10 years ago
  20. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 10 years ago
  21. 6c032ed Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  22. a4c9ea5 geneve: Add Geneve GRO support by Joe Stringer · 10 years ago
  23. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 10 years ago
  24. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 10 years ago
  25. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 10 years ago
  26. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 10 years ago
  27. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 10 years ago
  28. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 10 years ago
  29. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 10 years ago
  30. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 10 years ago
  31. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 10 years ago
  32. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  33. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  34. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  35. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  36. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  37. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  38. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  39. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  40. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  41. bec94d4 gre: allow live address change by stephen hemminger · 10 years ago
  42. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  43. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  44. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  45. e64b4fb Bluetooth: Add timing information to ECDH test case runs by Marcel Holtmann · 10 years ago
  46. 255047b Bluetooth: Add timing information to SMP test case runs by Marcel Holtmann · 10 years ago
  47. fb2969a Bluetooth: Add LE Secure Connections tests for SMP by Johan Hedberg · 10 years ago
  48. cfc4198 Bluetooth: Add legacy SMP tests by Johan Hedberg · 10 years ago
  49. 0a2b0f0 Bluetooth: Add skeleton for SMP self-tests by Johan Hedberg · 10 years ago
  50. 0b6415b Bluetooth: Add support for ECDH test cases by Johan Hedberg · 10 years ago
  51. ee48529 Bluetooth: Add support for self testing framework by Marcel Holtmann · 10 years ago
  52. 4da50de Bluetooth: Fix const declarations for smp_f5 and smp_f6 by Johan Hedberg · 10 years ago
  53. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  54. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  55. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  56. 7d68536 netlink: call unbind when releasing socket by Johannes Berg · 10 years ago
  57. b10dcb3 netlink: update listeners directly when removing socket by Johannes Berg · 10 years ago
  58. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  59. 02c81ab netlink: rename netlink_unbind() to netlink_undo_bind() by Johannes Berg · 10 years ago
  60. eb46e22 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  61. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  62. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  63. 0f3adea Bluetooth: Remove BlueFritz! specific check from initialization by Marcel Holtmann · 10 years ago
  64. 4aa6118 openvswitch: fix odd_ptr_err.cocci warnings by Wu Fengguang · 10 years ago
  65. 6a8fc95 Bluetooth: Fix accepting connections when not using mgmt by Johan Hedberg · 10 years ago
  66. 8bfe844 Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR by Marcel Holtmann · 10 years ago
  67. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  68. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  69. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  70. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  71. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  72. 4cc1bec mpls: Fix allowed protocols for mpls gso by Pravin B Shelar · 10 years ago
  73. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  74. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  75. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  76. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  77. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  78. 0d16449 batman-adv: avoid NULL dereferences and fix if check by Antonio Quartulli · 10 years ago
  79. 0402e44 batman-adv: Unify fragment size calculation by Sven Eckelmann · 10 years ago
  80. 5b6698b batman-adv: Calculate extra tail size based on queued fragments by Sven Eckelmann · 10 years ago
  81. af6dabc net: drop the packet when fails to do software segmentation or header check by Jason Wang · 10 years ago
  82. 2dc49d1 tcp6: don't move IP6CB before xfrm6_policy_check() by Nicolas Dichtel · 10 years ago
  83. da413ee packet: Fixed TPACKET V3 to signal poll when block is closed rather than every packet by Dan Collins · 10 years ago
  84. 72e4a6b Bluetooth: Remove duplicate constant for RFCOMM PSM by Marcel Holtmann · 10 years ago
  85. 23b9ceb Bluetooth: Create debugfs directory for each connection handle by Marcel Holtmann · 10 years ago
  86. a8e1bfa Bluetooth: Store default and maximum LE data length settings by Marcel Holtmann · 10 years ago
  87. a9f6068 Bluetooth: Enable basics for LE Data Length Extension feature by Marcel Holtmann · 10 years ago
  88. 3a5c82b Bluetooth: Move LE debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  89. 71c3b60 Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  90. 40ce72b Bluetooth: Move common debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  91. 60c5f5f Bluetooth: Add skeleton functions for debugfs creation by Marcel Holtmann · 10 years ago
  92. 50b5b95 Bluetooth: Support static address when BR/EDR has been disabled by Marcel Holtmann · 10 years ago
  93. ecb5ec0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  94. cd1c566 ieee802154: iface: move multiple node type check by Alexander Aring · 10 years ago
  95. bd37a78 mac802154: iface: check concurrent ifaces by Alexander Aring · 10 years ago
  96. 405a261 Bluetooth: Move hci_update_page_scan to hci_request.c by Johan Hedberg · 10 years ago
  97. 9df7465 Bluetooth: Add return parameter to cmd_complete callbacks by Johan Hedberg · 10 years ago
  98. 5a154e6 Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  99. 51ef3eb Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  100. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 10 years ago