1. a0e2877 batman-adv: kernel doc fixes for main.{c, h} by Martin Hundebøll · 11 years ago
  2. ba97abb batman-adv: kernel doc fix for distributed-arp-table.h by Martin Hundebøll · 11 years ago
  3. e335718 batman-adv: kernel doc fixes for bridge_loop_avoidance.c by Martin Hundebøll · 11 years ago
  4. 95298a9 batman-adv: kernel doc fixes for bat_iv_ogm.c by Martin Hundebøll · 11 years ago
  5. 320b936 batman-adv: remove obsolete variable primary_iface from orig_node by Simon Wunderlich · 10 years ago
  6. 1939244 batman-adv: avoid useless return in void functions by Antonio Quartulli · 10 years ago
  7. 44d84d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. bdec419 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  9. 2f43836 ethtool: Extend ethtool plugin module eeprom API to phylib by Ed Swierk · 10 years ago
  10. 627d2cc Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  11. 15ecf7a Merge tag 'mac80211-for-davem-2015-01-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  12. 9d31b3c batman-adv: fix potential TT client + orig-node memory leak by Linus Lüssing · 10 years ago
  13. a516488 batman-adv: fix multicast counter when purging originators by Linus Lüssing · 10 years ago
  14. e8829f0 batman-adv: fix counter for multicast supporting nodes by Linus Lüssing · 10 years ago
  15. f44d540 batman-adv: fix lock class for decoding hash in network-coding.c by Martin Hundebøll · 10 years ago
  16. 2c667a3 batman-adv: fix delayed foreign originator recognition by Linus Lüssing · 10 years ago
  17. 329887a batman-adv: fix and simplify condition when bonding should be used by Simon Wunderlich · 10 years ago
  18. 8116441 net: tcp: add per route congestion control by Daniel Borkmann · 10 years ago
  19. ea69763 net: tcp: add RTAX_CC_ALGO fib handling by Daniel Borkmann · 10 years ago
  20. c5c6a8a net: tcp: add key management to congestion control by Daniel Borkmann · 10 years ago
  21. 29ba4fff net: tcp: refactor reinitialization of congestion control by Daniel Borkmann · 10 years ago
  22. e715b6d net: fib6: convert cfg metric to u32 outside of table write lock by Florian Westphal · 10 years ago
  23. 0409c9a net: fib6: fib6_commit_metrics: fix potential NULL pointer dereference by Daniel Borkmann · 10 years ago
  24. 6cb6974 net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined by Hubert Sokolowski · 10 years ago
  25. ad6f939 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  26. 5961de9 ip: Add offset parameter to ip_cmsg_recv by Tom Herbert · 10 years ago
  27. c44d13d ip: IP cmsg cleanup by Tom Herbert · 10 years ago
  28. 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 10 years ago
  29. 1e359a5 Revert "mac80211: Fix accounting of the tailroom-needed counter" by Johannes Berg · 10 years ago
  30. 46b1e4f geneve: Check family when reusing sockets. by Jesse Gross · 10 years ago
  31. df5dba8 geneve: Remove socket hash table. by Jesse Gross · 10 years ago
  32. 829a3ad geneve: Simplify locking. by Jesse Gross · 10 years ago
  33. 61f3cad geneve: Remove workqueue. by Jesse Gross · 10 years ago
  34. 21e4902 netlink: Lockless lookup with RCU grace period in socket release by Thomas Graf · 10 years ago
  35. 97defe1 rhashtable: Per bucket locks & deferred expansion/shrinking by Thomas Graf · 10 years ago
  36. 897362e nft_hash: Remove rhashtable_remove_pprev() by Thomas Graf · 10 years ago
  37. 88d6ed1 rhashtable: Convert bucket iterators to take table and index by Thomas Graf · 10 years ago
  38. 8d24c0b rhashtable: Do hashing inside of rhashtable_lookup_compare() by Thomas Graf · 10 years ago
  39. 24cc59d openvswitch: Consistently include VLAN header in flow and port stats. by Ben Pfaff · 10 years ago
  40. 843925f tcp: Do not apply TSO segment limit to non-TSO packets by Herbert Xu · 10 years ago
  41. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 10 years ago
  42. 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
  43. a4c9ea5 geneve: Add Geneve GRO support by Joe Stringer · 10 years ago
  44. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 10 years ago
  45. 5405afd fib_trie: Add tracking value for suffix length by Alexander Duyck · 10 years ago
  46. 21d1f11 fib_trie: Remove checks for index >= tnode_child_length from tnode_get_child by Alexander Duyck · 10 years ago
  47. 12c081a fib_trie: inflate/halve nodes in a more RCU friendly way by Alexander Duyck · 10 years ago
  48. fc86a93 fib_trie: Push tnode flushing down to inflate/halve by Alexander Duyck · 10 years ago
  49. ff181ed fib_trie: Push assignment of child to parent down into inflate/halve by Alexander Duyck · 10 years ago
  50. f05a481 fib_trie: Add functions should_inflate and should_halve by Alexander Duyck · 10 years ago
  51. cf3637b fib_trie: Move resize to after inflate/halve by Alexander Duyck · 10 years ago
  52. 345e9b5 fib_trie: Push rcu_read_lock/unlock to callers by Alexander Duyck · 10 years ago
  53. 98293e8 fib_trie: Use unsigned long for anything dealing with a shift by bits by Alexander Duyck · 10 years ago
  54. e9b4401 fib_trie: Update meaning of pos to represent unchecked bits by Alexander Duyck · 10 years ago
  55. 836a012 fib_trie: Optimize fib_table_insert by Alexander Duyck · 10 years ago
  56. 939afb0 fib_trie: Optimize fib_find_node by Alexander Duyck · 10 years ago
  57. 9f9e636 fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variables by Alexander Duyck · 10 years ago
  58. adaf981 fib_trie: Merge leaf into tnode by Alexander Duyck · 10 years ago
  59. 37fd30f fib_trie: Merge tnode_free and leaf_free into node_free by Alexander Duyck · 10 years ago
  60. 64c9b6f fib_trie: Make leaf and tnode more uniform by Alexander Duyck · 10 years ago
  61. 8274a97 fib_trie: Update usage stats to be percpu instead of global variables by Alexander Duyck · 10 years ago
  62. bec94d430 gre: allow live address change by stephen hemminger · 10 years ago
  63. 33f72e6 l2tp : multicast notification to the registered listeners by Bill Hong · 10 years ago
  64. 886eaa1 tipc: replace 0 by NULL for pointers by Fabian Frederick · 10 years ago
  65. 831a39c Revert "cfg80211: make WEXT compatibility unselectable" by Jiri Kosina · 10 years ago
  66. 2c90331 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  67. e64b4fb Bluetooth: Add timing information to ECDH test case runs by Marcel Holtmann · 10 years ago
  68. 255047b Bluetooth: Add timing information to SMP test case runs by Marcel Holtmann · 10 years ago
  69. fb2969a Bluetooth: Add LE Secure Connections tests for SMP by Johan Hedberg · 10 years ago
  70. cfc4198 Bluetooth: Add legacy SMP tests by Johan Hedberg · 10 years ago
  71. 0a2b0f0 Bluetooth: Add skeleton for SMP self-tests by Johan Hedberg · 10 years ago
  72. 0b6415b Bluetooth: Add support for ECDH test cases by Johan Hedberg · 10 years ago
  73. ee48529 Bluetooth: Add support for self testing framework by Marcel Holtmann · 10 years ago
  74. 4da50de Bluetooth: Fix const declarations for smp_f5 and smp_f6 by Johan Hedberg · 10 years ago
  75. dc97a1a genetlink: A genl_bind() to an out-of-range multicast group should not WARN(). by David S. Miller · 10 years ago
  76. 023e2cf netlink/genetlink: pass network namespace to bind/unbind by Johannes Berg · 10 years ago
  77. c380d9a genetlink: pass multicast bind/unbind to families by Johannes Berg · 10 years ago
  78. 7d68536 netlink: call unbind when releasing socket by Johannes Berg · 10 years ago
  79. b10dcb3 netlink: update listeners directly when removing socket by Johannes Berg · 10 years ago
  80. f8403a2 genetlink: pass only network namespace to genl_has_listeners() by Johannes Berg · 10 years ago
  81. 02c81ab netlink: rename netlink_unbind() to netlink_undo_bind() by Johannes Berg · 10 years ago
  82. eb46e22 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 10 years ago
  83. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  84. 2c26d34 net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding by Jay Vosburgh · 10 years ago
  85. 0f3adea Bluetooth: Remove BlueFritz! specific check from initialization by Marcel Holtmann · 10 years ago
  86. 4aa6118 openvswitch: fix odd_ptr_err.cocci warnings by Wu Fengguang · 10 years ago
  87. 6a8fc95 Bluetooth: Fix accepting connections when not using mgmt by Johan Hedberg · 10 years ago
  88. 8bfe844 Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR by Marcel Holtmann · 10 years ago
  89. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  90. 796f2da net: Fix stacked vlan offload features computation by Toshiaki Makita · 10 years ago
  91. 997e068 openvswitch: Fix vport_send double free by Pravin B Shelar · 10 years ago
  92. cbe7e76 openvswitch: Fix GSO with multiple MPLS label. by Pravin B Shelar · 10 years ago
  93. ec449f4 openvswitch: Fix MPLS action validation. by Pravin B Shelar · 10 years ago
  94. 4cc1bec mpls: Fix allowed protocols for mpls gso by Pravin B Shelar · 10 years ago
  95. d0edc7b mpls: Fix config check for mpls. by Pravin B Shelar · 10 years ago
  96. ceb8d5b net: Rearrange loop in net_rx_action by Herbert Xu · 10 years ago
  97. 6bd373e net: Always poll at least one device in net_rx_action by Herbert Xu · 10 years ago
  98. 001ce54 net: Detect drivers that reschedule NAPI and exhaust budget by Herbert Xu · 10 years ago
  99. 726ce70 net: Move napi polling code out of net_rx_action by Herbert Xu · 10 years ago
  100. 0d16449 batman-adv: avoid NULL dereferences and fix if check by Antonio Quartulli · 10 years ago