1. 8f2ddaa netlink: Remove netlink_compare_arg.trailer by Herbert Xu · 9 years ago
  2. 8da8646 net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state. by YOSHIFUJI Hideaki/吉藤英明 · 9 years ago
  3. c6f1507 net: dsa: make NET_DSA manually selectable from the config by Mathieu Olivari · 9 years ago
  4. d3593b5 Revert "selinux: add a skb_owned_by() hook" by Eric Dumazet · 9 years ago
  5. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 9 years ago
  6. 94caee8 ebpf: add sched_act_type and map it to sk_filter's verifier ops by Daniel Borkmann · 9 years ago
  7. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  8. 4de930e net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfrom by Al Viro · 9 years ago
  9. 91edd09 net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviour by Catalin Marinas · 9 years ago
  10. 6cca7289 tipc: Use inlined rhashtable interface by Herbert Xu · 9 years ago
  11. fa37732 netfilter: Convert nft_hash to inlined rhashtable by Herbert Xu · 9 years ago
  12. c428ecd netlink: Move namespace into hash key by Herbert Xu · 9 years ago
  13. 0b8c707 ebpf, filter: do not convert skb->protocol to host endianess during runtime by Daniel Borkmann · 9 years ago
  14. c4a6853 ipv6: invert join/leave anycast rtnl/socket locking order by Marcelo Ricardo Leitner · 9 years ago
  15. d22e153 tcp: fix tcp fin memory accounting by Josh Hunt · 9 years ago
  16. 73ba57b ipv6: fix backtracking for throw routes by Steven Barth · 9 years ago
  17. 8e199df ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment by Sabrina Dubroca · 9 years ago
  18. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 9 years ago
  19. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 9 years ago
  20. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 9 years ago
  21. 446981e tipc: fix build issue when building without IPv6 by Marcelo Ricardo Leitner · 9 years ago
  22. 970282d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  23. 47226fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  24. f2f8036 tipc: add support for connect() on dgram/rdm sockets by Erik Hugne · 9 years ago
  25. 3bd88ee tipc: do not report -EHOSTUNREACH for failed local delivery by Erik Hugne · 9 years ago
  26. 18d6c58 tipc: remove redundant call to tipc_node_remove_conn by Erik Hugne · 9 years ago
  27. ea6edfb mac802154: fix typo in header guard by Nicolas Iooss · 9 years ago
  28. af61576 bridge: add ageing_time, stp_state, priority over netlink by Jörg Thalheim · 9 years ago
  29. 99c4a26 net: Fix high overhead of vlan sub-device teardown. by David S. Miller · 9 years ago
  30. 738e6d3 inet: add a schedule point in inet_twsk_purge() by Eric Dumazet · 9 years ago
  31. db24a90 net: add support for phys_port_name by David Ahern · 9 years ago
  32. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 9 years ago
  33. baf606d ipv4,ipv6: grab rtnl before locking the socket by Marcelo Ricardo Leitner · 9 years ago
  34. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 9 years ago
  35. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 9 years ago
  36. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 9 years ago
  37. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 9 years ago
  38. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 9 years ago
  39. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 9 years ago
  40. 822b3b2 net: Add max rate tx queue attribute by John Fastabend · 9 years ago
  41. 446c89a tipc: Use rhashtable max/min_size instead of max/min_shift by Herbert Xu · 9 years ago
  42. b06eee5 netlink: Use rhashtable max_size instead of max_shift by Herbert Xu · 9 years ago
  43. 63511f6d Bluetooth: Fix potential NULL dereference in SMP channel setup by Marcel Holtmann · 9 years ago
  44. ced585c act_bpf: allow non-default TC_ACT opcodes as BPF exec outcome by Daniel Borkmann · 9 years ago
  45. 2b9bb7f tipc: withdraw tipc topology server name when namespace is deleted by Ying Xue · 9 years ago
  46. 8460504 tipc: fix a potential deadlock when nametable is purged by Ying Xue · 9 years ago
  47. 76100a8 tipc: fix netns refcnt leak by Ying Xue · 9 years ago
  48. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 9 years ago
  49. e3d95ad inet: avoid fastopen lock for regular accept() by Eric Dumazet · 9 years ago
  50. 9439ce0 tcp: rename struct tcp_request_sock listener by Eric Dumazet · 9 years ago
  51. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 9 years ago
  52. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  53. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 9 years ago
  54. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 9 years ago
  55. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 9 years ago
  56. a940700 netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  57. 8b58014 netfilter: tproxy: prepare TCP_NEW_SYN_RECV support by Eric Dumazet · 9 years ago
  58. a839923 netfilter: use sk_fullsock() helper by Eric Dumazet · 9 years ago
  59. c249739 bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields by Alexei Starovoitov · 9 years ago
  60. cb7cf8a inet: Clean up inet_csk_wait_for_connect() vs. might_sleep() by Eric Dumazet · 9 years ago
  61. 3735556 ip6_tunnel: fix error code when tunnel exists by Nicolas Dichtel · 9 years ago
  62. 19c5ce9 Bluetooth: Add workaround for broken OS X legacy SMP pairing by Johan Hedberg · 9 years ago
  63. 4d272f9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  64. fa4335d Bluetooth: Move generic mgmt command dispatcher to hci_sock.c by Johan Hedberg · 9 years ago
  65. 88b94ce Bluetooth: Add hdev_init callback for HCI channels by Johan Hedberg · 9 years ago
  66. a380b6c Bluetooth: Add generic mgmt helper API by Johan Hedberg · 9 years ago
  67. 333ae95 Bluetooth: Add channel parameter to mgmt_pending_find() API by Johan Hedberg · 9 years ago
  68. d0f172b Bluetooth: Add helper to get HCI channel of a socket by Johan Hedberg · 9 years ago
  69. 07d2334 Bluetooth: Add simultaneous dual mode scan by Jakub Pawlowski · 9 years ago
  70. 812abb1 Bluetooth: Refactor BR/EDR inquiry and LE scan triggering. by Jakub Pawlowski · 9 years ago
  71. 72000df Bluetooth: Add support for Local OOB Extended Data Update events by Marcel Holtmann · 9 years ago
  72. 5425f98 Bluetooth: Fix length for Read Local OOB Extended Data respone packet by Marcel Holtmann · 9 years ago
  73. 9f1ab18 tcp_metrics: fix wrong lockdep annotations by Eric Dumazet · 9 years ago
  74. bd76a11 dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA by Jiri Pirko · 9 years ago
  75. c243d7e net: kernel socket should be released in init_net namespace by Ying Xue · 9 years ago
  76. 48b810d Merge tag 'mac80211-for-davem-2015-03-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 9 years ago
  77. ca00942 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 9 years ago
  78. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 9 years ago
  79. 2c13270 inet: factorize sock_edemux()/sock_gen_put() code by Eric Dumazet · 9 years ago
  80. a58917f inet_diag: allow sk_diag_fill() to handle request socks by Eric Dumazet · 9 years ago
  81. f7e4eb0 inet: ip early demux should avoid request sockets by Eric Dumazet · 9 years ago
  82. 5082a59 Bluetooth: Do not include LE SC out-of-band data if not enabled by Marcel Holtmann · 9 years ago
  83. b880ab8 Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets by Marcel Holtmann · 9 years ago
  84. fb334fe Bluetooth: Rename smp->local_rr into smp->local_rand by Marcel Holtmann · 9 years ago
  85. bc07cd6 Bluetooth: Add extra SMP_DBG statement for remote OOB data by Marcel Holtmann · 9 years ago
  86. e091526 Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32] by Marcel Holtmann · 9 years ago
  87. cb06d36 Bluetooth: Add clarifying comment when setting local OOB flag by Johan Hedberg · 9 years ago
  88. a8ca617 Bluetooth: Don't send public key if OOB data verification fails by Johan Hedberg · 9 years ago
  89. 94ea725 Bluetooth: Fix verifying confirm value when lacking remote OOB data by Johan Hedberg · 9 years ago
  90. 5842856 Bluetooth: Set local OOB data flag if remote has our OOB data by Johan Hedberg · 9 years ago
  91. 1a8bab4 Bluetooth: Track local vs remote OOB data availability by Johan Hedberg · 9 years ago
  92. 882fafa Bluetooth: Fix local OOB data handling for SMP by Johan Hedberg · 9 years ago
  93. f84eaa1 mac80211: ignore CSA to same channel by Johannes Berg · 9 years ago
  94. 496fcc2 nl80211: ignore HT/VHT capabilities without QoS/WMM by Johannes Berg · 9 years ago
  95. 70a3fd6 mac80211: ask for ECSA IE to be considered for beacon parse CRC by Johannes Berg · 9 years ago
  96. 0f611d2 mac80211: count interfaces correctly for combination checks by Andrei Otcheretianski · 9 years ago
  97. 8e4e2ee Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32] by Marcel Holtmann · 9 years ago
  98. 33d0c03 Bluetooth: Use OOB key pair for LE SC pairing with OOB method by Marcel Holtmann · 9 years ago
  99. 0821a2c Bluetooth: Return LE SC confirm and random values for out-of-band data by Marcel Holtmann · 9 years ago
  100. 60a27d6 Bluetooth: Add function for generating LE SC out-of-band data by Marcel Holtmann · 9 years ago