1. df94536 Bluetooth: Make the function sco_conn_del have a return type of void by Nicholas Krause · 9 years ago
  2. 0aa65cc Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  3. 2ea273d net: Export bpf_prog_create_from_user(). by David S. Miller · 9 years ago
  4. ec120da ipv6: trivial whitespace fix by Ian Morris · 9 years ago
  5. c1f066d Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 9 years ago
  6. 2bd736f Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  7. f2e5209 packet: add extended BPF fanout mode by Willem de Bruijn · 9 years ago
  8. 47dceb8 packet: add classic BPF fanout mode by Willem de Bruijn · 9 years ago
  9. a1c234f lwtunnel: rename ip lwtunnel attributes by Jiri Benc · 9 years ago
  10. c87acb2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 9 years ago
  11. 4b46995 net: sch_generic: react upon IFF_NO_QUEUE flag by Phil Sutter · 9 years ago
  12. 8f8ff913 tipc: don't sanity check non-existing TLV (NL compat) by Richard Alpe · 9 years ago
  13. 1e31367 ipv4: fix refcount leak in fib_check_nh() by Eric Dumazet · 9 years ago
  14. c0015bf ieee802154: 6lowpan: fix non-lowpan wpan interfaces by Alexander Aring · 9 years ago
  15. 0751272 ieee802154: 6lowpan: fix packet layer registration by Alexander Aring · 9 years ago
  16. 53cf037 batman-adv: Fix potentially broken skb network header access by Linus Lüssing · 10 years ago
  17. 3f1e08d batman-adv: remove broadcast packets scheduled for purged outgoing if by Simon Wunderlich · 10 years ago
  18. 1f15510 batman-adv: protect tt request from double deletion by Marek Lindner · 10 years ago
  19. 8a4023c batman-adv: Fix potential synchronization issues in mcast tvlv handler by Linus Lüssing · 10 years ago
  20. 9c936e3 batman-adv: Make MCAST capability changes atomic by Linus Lüssing · 10 years ago
  21. ac4eebd batman-adv: Make TT capability changes atomic by Linus Lüssing · 10 years ago
  22. 4635469 batman-adv: Make NC capability changes atomic by Linus Lüssing · 10 years ago
  23. 65d7d460 batman-adv: Make DAT capability changes atomic by Linus Lüssing · 10 years ago
  24. 40d9a38 mac80211: use DECLARE_EWMA by Johannes Berg · 9 years ago
  25. b119ad6 mac80211: add rate mask logic for vht rates by Lorenzo Bianconi · 9 years ago
  26. e910867 mac80211: define rate_control_apply_mask_ratetbl() by Lorenzo Bianconi · 9 years ago
  27. 90c66bd mac80211: remove ieee80211_tx_rate dependency in rate mask code by Lorenzo Bianconi · 9 years ago
  28. 35225eb mac80211: remove ieee80211_tx_info from rate_control_apply_mask signature by Lorenzo Bianconi · 9 years ago
  29. 4b819f6 mac80211: Make OCB mode set BSSID by Bertold Van den Bergh · 9 years ago
  30. cc11729 mac80211: Only accept data frames in OCB mode by Bertold Van den Bergh · 9 years ago
  31. 5765f9f mac80211: Set txrc.bss to true for OCB interfaces by Bertold Van den Bergh · 9 years ago
  32. 876dc93 nl80211: Allow setting multicast rate on OCB interfaces by Bertold Van den Bergh · 9 years ago
  33. 9189ee3 cfg80211: propagate set_wiphy failure to userspace by Michal Kazior · 9 years ago
  34. 4edd569 cfg80211: regulatory: handle 5 and 10 MHz channels properly by Matthias May · 9 years ago
  35. 9972f13 net: frags: Add VRF device index to cache and lookup by David Ahern · 9 years ago
  36. f7ba868 net: Use VRF index for oif in ip_send_unicast_reply by David Ahern · 9 years ago
  37. 3bfd847 net: Use passed in table for nexthop lookups by David Ahern · 9 years ago
  38. 021dd3b net: Add routes to the table associated with the device by David Ahern · 9 years ago
  39. 30bbaa1 net: Fix up inet_addr_type checks by David Ahern · 9 years ago
  40. 15be405e net: Add inet_addr lookup by table by David Ahern · 9 years ago
  41. 9a24abf udp: Handle VRF device in sendmsg by David Ahern · 9 years ago
  42. 613d09b net: Use VRF device index for lookups on TX by David Ahern · 9 years ago
  43. cd2fbe1 net: Use VRF device index for lookups on RX by David Ahern · 9 years ago
  44. 0344338 net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfo by Andy Gospodarek · 9 years ago
  45. da65ad1 net: allow sleeping when modifying store_rps_map by Sasha Levin · 9 years ago
  46. 1114953 net: dsa: add support for switchdev VLAN objects by Vivien Didelot · 9 years ago
  47. 35103d1 net: ipv6 sysctl option to ignore routes when nexthop link is down by Andy Gospodarek · 9 years ago
  48. cea45e2 net: track link status of ipv6 nexthops by Andy Gospodarek · 9 years ago
  49. b340b26 tcp: TLP retransmits last if failed to send new packet by Yuchung Cheng · 9 years ago
  50. fcd16c0 tcp: don't extend RTO on failed loss probe attempts by Yuchung Cheng · 9 years ago
  51. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  52. 75dbf00 mac80211: remove always true condition by Dan Carpenter · 9 years ago
  53. 4b58c37 mac80211: remove ieee80211_aes_cmac_calculate_k1_k2() by Johannes Berg · 10 years ago
  54. 3689099 rfkill: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 9 years ago
  55. 7655078 net: ipv4: increase dhcp inter device timeout by Mugunthan V N · 9 years ago
  56. 211c504 net: dsa: Do not override PHY interface if already configured by Florian Fainelli · 9 years ago
  57. 28eaad7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago
  58. 4ae935c 6lowpan: move module_init into core functionality by Alexander Aring · 9 years ago
  59. b72f6f5 6lowpan: add generic 6lowpan netdev private data by Alexander Aring · 9 years ago
  60. a42bbba Bluetooth: 6lowpan: change netdev_priv to lowpan_dev by Alexander Aring · 9 years ago
  61. 9e60809 net: rfkill: gpio: Remove BCM2E39 support by Frederic Danis · 9 years ago
  62. ba14d9e net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago
  63. ce80e7b net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  64. 2a778e1 net: dsa: change FDB routines prototypes by Vivien Didelot · 9 years ago
  65. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  66. 571a963 batman-adv: Avoid u32 overflow during gateway select by Ruben Wisniewski · 10 years ago
  67. e071d93 batman-adv: Replace gw_reselect divisor with simple shift by Sven Eckelmann · 10 years ago
  68. 42a7b32 xfrm: Add oif to dst lookups by David Ahern · 9 years ago
  69. df36756 net/xfrm: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  70. eae8dee xfrm6: Fix IPv6 ECN decapsulation by Thomas Egerer · 9 years ago
  71. 3257d8b inet: fix possible request socket leak by Eric Dumazet · 9 years ago
  72. 2235f2a inet: fix races with reqsk timers by Eric Dumazet · 9 years ago
  73. 1825545 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  74. 6bc6d0a dsa: Support multiple MDIO busses by Andrew Lunn · 9 years ago
  75. 9f57c67 gre: Remove support for sharing GRE protocol hook. by Pravin B Shelar · 9 years ago
  76. b2acd1d openvswitch: Use regular GRE net_device instead of vport by Pravin B Shelar · 9 years ago
  77. 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  78. a9020fd openvswitch: Move tunnel destroy function to oppenvswitch module. by Pravin B Shelar · 9 years ago
  79. fb81139 net: add explicit logging and stat for neighbour table overflow by Rick Jones · 9 years ago
  80. a785403 bridge: netlink: add support for vlan_filtering attribute by Nikolay Aleksandrov · 9 years ago
  81. 330567b ipv6: don't reject link-local nexthop on other interface by Florian Westphal · 9 years ago
  82. fa14222 Bluetooth: Enable new connection establishment procedure. by Jakub Pawlowski · 9 years ago
  83. cc2b691 Bluetooth: timeout handling in new connect procedure by Jakub Pawlowski · 9 years ago
  84. 28a667c Bluetooth: advertisement handling in new connect procedure by Jakub Pawlowski · 9 years ago
  85. f75113a Bluetooth: add hci_connect_le_scan by Jakub Pawlowski · 9 years ago
  86. e7d9ab7 Bluetooth: add hci_lookup_le_connect by Jakub Pawlowski · 9 years ago
  87. 8f8db91 ieee802154: 6lowpan: fix error frag handling by Alexander Aring · 9 years ago
  88. c91208d ieee802154: add ack request default handling by Alexander Aring · 9 years ago
  89. 89c7d78 mac802154: change frame_retries behaviour by Alexander Aring · 9 years ago
  90. 91f02b3 mac802154: cfg: remove test and set checks by Alexander Aring · 9 years ago
  91. 09095fd mac802154: fix wpan mac setting while lowpan is there by Alexander Aring · 9 years ago
  92. 51e0e5d ieee802154: 6lowpan: remove multiple lowpan per wpan support by Alexander Aring · 9 years ago
  93. 77e867b 6lowpan: Fix extraction of flow label field by Lukasz Duda · 9 years ago
  94. 0208bc8 Bluetooth: Fix breakage in amp_write_rem_assoc_frag() by Dan Carpenter · 9 years ago
  95. 4e7c133 netlink: make sure -EBUSY won't escape from netlink_insert by Daniel Borkmann · 9 years ago
  96. 3c16241 netfilter: SYNPROXY: fix sending window update to client by Phil Sutter · 9 years ago
  97. 96fffb4 netfilter: ip6t_SYNPROXY: fix NULL pointer dereference by Phil Sutter · 9 years ago
  98. ecea499 net: ethernet: Fix double word "the the" in eth.c by Masanari Iida · 9 years ago
  99. 118d523 mpls: Enforce payload type of traffic sent using explicit NULL by Robert Shearman · 9 years ago
  100. 55045dd net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago