1. 2d7cc19 Bluetooth: Remove hci_recv_stream_fragment function by Marcel Holtmann · 10 years ago
  2. 5c7d2dd Bluetooth: Make data pointer of hci_recv_stream_fragment const by Marcel Holtmann · 10 years ago
  3. 7abccdb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  4. c85d697 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 3030381 net: dsa: fix filling routing table from OF description by Pavel Nakonechny · 10 years ago
  6. 67e04c2 l2tp: unregister l2tp_net_ops on failure path by WANG Cong · 10 years ago
  7. 91bc4822 tc: bpf: add checksum helpers by Alexei Starovoitov · 10 years ago
  8. f60e599 ipv6: protect skb->sk accesses from recursive dereference inside the stack by hannes@stressinduktion.org · 10 years ago
  9. b85c3dc netfilter: Pass nf_hook_state through arpt_do_table(). by David S. Miller · 10 years ago
  10. 073bfd5 netfilter: Pass nf_hook_state through nft_set_pktinfo*(). by David S. Miller · 10 years ago
  11. 8f8a371 netfilter: Pass nf_hook_state through ip6t_do_table(). by David S. Miller · 10 years ago
  12. 8fe2238 netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}(). by David S. Miller · 10 years ago
  13. 1c491ba netfilter: Pass nf_hook_state through ipt_do_table(). by David S. Miller · 10 years ago
  14. d7cf408 netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}(). by David S. Miller · 10 years ago
  15. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 10 years ago
  16. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 10 years ago
  17. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 10 years ago
  18. 38c8af6 Bluetooth: Fix location of TX power field in LE advertising data by Marcel Holtmann · 10 years ago
  19. fd6413d Bluetooth: hidp: Use BIT(x) instead of (1 << x) by Marcel Holtmann · 10 years ago
  20. b2ddeb1 Bluetooth: cmtp: Use BIT(x) instead of (1 << x) by Marcel Holtmann · 10 years ago
  21. 836a061 Bluetooth: bnep: Handle BNEP connection setup request by Grzegorz Kolodziejczyk · 10 years ago
  22. bf8b9a9 Bluetooth: bnep: Add support to extended headers of control frames by Grzegorz Kolodziejczyk · 10 years ago
  23. 0477e2e Bluetooth: bnep: Add support for get bnep features via ioctl by Grzegorz Kolodziejczyk · 10 years ago
  24. bcad571 ebpf: add skb->priority to offset map for usage in {cls, act}_bpf by Daniel Borkmann · 10 years ago
  25. e0fdbab Bluetooth: bnep: Return err value while sending cmd is not understood by Grzegorz Kolodziejczyk · 10 years ago
  26. 576b7cd netns: don't allocate an id for dead netns by Nicolas Dichtel · 10 years ago
  27. 6d458f5 Revert "netns: don't clear nsid too early on removal" by Nicolas Dichtel · 10 years ago
  28. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  29. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  30. 7ba0c47 ip6mr: call del_timer_sync() in ip6mr_free_table() by WANG Cong · 10 years ago
  31. 419df12 net: move fib_rules_unregister() under rtnl lock by WANG Cong · 10 years ago
  32. ed78530 ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanup by WANG Cong · 10 years ago
  33. 666b805 tcp: fix FRTO undo on cumulative ACK of SACKed range by Neal Cardwell · 10 years ago
  34. ed193ec tipc: simplify link mtu negotiation by Jon Paul Maloy · 10 years ago
  35. dff29b1 tipc: eliminate delayed link deletion at link failover by Jon Paul Maloy · 10 years ago
  36. 2da7142 tipc: drop tunneled packet duplicates at reception by Jon Paul Maloy · 10 years ago
  37. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. e213568 Bluetooth: Disallow LE local out-of-band data when LE privacy is used by Marcel Holtmann · 10 years ago
  39. 8172ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  40. e1622ba dev: set iflink to 0 for virtual interfaces by Nicolas Dichtel · 10 years ago
  41. 7a66bbc net: remove iflink field from struct net_device by Nicolas Dichtel · 10 years ago
  42. abd2be0 dsa: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  43. 2dbf6b5 vlan: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  44. ee9b959 ipmr,ip6mr: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  45. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  46. ecf2c06 ip6tnl,gre6,vti6: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  47. a54acb3 dev: introduce dev_get_iflink() by Nicolas Dichtel · 10 years ago
  48. 1b9441f Bluetooth: Convert local OOB data reading to use HCI request by Johan Hedberg · 10 years ago
  49. 757aa0b Bluetooth: Move hci_get_cmd_complete() to hci_event.c by Johan Hedberg · 10 years ago
  50. abe66a4 Bluetooth: Remove unused hci_req_pending() function by Johan Hedberg · 10 years ago
  51. f7d9e97 Bluetooth: Remove unneeded recv_event variable by Johan Hedberg · 10 years ago
  52. f60cb30 Bluetooth: Convert hci_req_sync family of function to new request API by Johan Hedberg · 10 years ago
  53. e6214487 Bluetooth: Add second hci_request callback option for full skb by Johan Hedberg · 10 years ago
  54. 444c6dd Bluetooth: Add clarifying comment to command status handling by Johan Hedberg · 10 years ago
  55. 64dd374 Bluetooth: Export SMP selftest result in debugfs by Marcel Holtmann · 10 years ago
  56. 6de50f9 Bluetooth: Export ECDH selftest result in debugfs by Marcel Holtmann · 10 years ago
  57. 0151e42 Bluetooth: Restrict BNEP flags to only valid ones by Marcel Holtmann · 10 years ago
  58. 5f5da99 Bluetooth: Restrict HIDP flags to only valid ones by Marcel Holtmann · 10 years ago
  59. 8bf17a3 Bluetooth: Restrict CMTP flags to only valid ones by Marcel Holtmann · 10 years ago
  60. c3370de Bluetooth: Expose current Device ID information via debugfs by Marcel Holtmann · 10 years ago
  61. 05e8bb8 pkt_sched: fq: correct spelling of locally by Simon Horman · 10 years ago
  62. af3e09e Merge tag 'mac80211-for-davem-2015-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  63. 1e84891 Merge branch 'for-4.0' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 10 years ago
  64. 788211d mac80211: fix RX A-MPDU session reorder timer deletion by Johannes Berg · 10 years ago
  65. a5581ef can: introduce new raw socket option to join the given CAN filters by Oliver Hartkopp · 10 years ago
  66. 514ac99 can: fix multiple delivery of a single CAN frame for overlapping CAN filters by Oliver Hartkopp · 10 years ago
  67. 7e43690 tipc: fix a slab object leak by Ying Xue · 10 years ago
  68. 7b6249b Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
  69. fbcb217 net: rename dev to orig_dev in deliver_ptype_list_skb by Jiri Pirko · 10 years ago
  70. ed4ac42 af_iucv: fix AF_IUCV sendmsg() errno by Eugene Crosser · 10 years ago
  71. fa2d8ff openvswitch: Return vport module ref before destruction by Thomas Graf · 10 years ago
  72. f9c72d1 sunrpc: make debugfs file creation failure non-fatal by Jeff Layton · 10 years ago
  73. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  74. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  75. 15e318b xfrm: simplify xfrm_address_t use by Jiri Benc · 10 years ago
  76. 8f55db4 tcp: simplify inetpeer_addr_base use by Jiri Benc · 10 years ago
  77. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  78. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  79. 6e47d6c fib_trie: Cleanup ip_fib_net_exit code path by Alexander Duyck · 10 years ago
  80. ad88d05 fib_trie: Fix warning on fib4_rules_exit by Alexander Duyck · 10 years ago
  81. 89a3f3c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  82. db6e3e8 Bluetooth: Refactor HCI request variables into own struct by Johan Hedberg · 10 years ago
  83. a4368ff Bluetooth: Refactor L2CAP variables into l2cap_ctrl by Johan Hedberg · 10 years ago
  84. 2c44be8 mac80211: set QoS capability before changing station state by Johannes Berg · 10 years ago
  85. 070e176 mac80211: send HT/VHT IEs in TDLS discovery response by Arik Nemtsov · 10 years ago
  86. abcff6e mac80211: add VHT support for IBSS by Janusz.Dziedzic@tieto.com · 10 years ago
  87. 76bed0f mac80211: IBSS fix scan request by Janusz.Dziedzic@tieto.com · 10 years ago
  88. 97ffe75 mac80211: factor out station lookup from ieee80211_build_hdr() by Johannes Berg · 10 years ago
  89. 527871d mac80211: make sta.wme indicate whether QoS is used by Johannes Berg · 10 years ago
  90. a73f8e2 mac80211: send AP probe as unicast again by Johannes Berg · 10 years ago
  91. 07862e1 mac80111: aes_gcm: clean up ieee80211_aes_gcm_key_setup_encrypt() by Johannes Berg · 10 years ago
  92. 45fd632 mac80111: aes_ccm: cleanup ieee80211_aes_key_setup_encrypt() by Dan Carpenter · 10 years ago
  93. 82ca6ef mac80211: Fix misplaced return in AES-GMAC key setup by Jouni Malinen · 10 years ago
  94. 6bab2e19 cfg80211: pass name_assign_type to rdev_add_virtual_intf() by Tom Gundersen · 10 years ago
  95. 6a8b4ad mac80211: fix typo in debug output by Michael Braun · 10 years ago
  96. 8f9c77f mac80211: reject aggregation sessions with non-HT peers by Johannes Berg · 10 years ago
  97. a38700d cfg/mac80211: add regulatory classes IE during TDLS setup by Arik Nemtsov · 10 years ago
  98. 7d830a1 mac80211: stop scan before connection by David Spinadel · 10 years ago
  99. 21fea56 nl80211: add net-detect delay to wowlan info by Luciano Coelho · 10 years ago
  100. a90faa9 mac80211: notify the driver about deauth by Emmanuel Grumbach · 10 years ago