1. 8da8646 net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state. by YOSHIFUJI Hideaki/吉藤英明 · 10 years ago
  2. 13bb8e2 switchdev: kernel-doc cleanup on swithdev ops by Scott Feldman · 10 years ago
  3. a8cb5f5 act_bpf: add initial eBPF support for actions by Daniel Borkmann · 10 years ago
  4. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. becb74f net: increase sk_[max_]ack_backlog by Eric Dumazet · 10 years ago
  6. fa76ce73 inet: get rid of central tcp/dccp listener timer by Eric Dumazet · 10 years ago
  7. 52452c5 inet: drop prev pointer handling in request sock by Eric Dumazet · 10 years ago
  8. 970282d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  9. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  10. 08d2cc3b inet: request sock should init IPv6/IPv4 addresses by Eric Dumazet · 10 years ago
  11. b4d6444 inet: get rid of last __inet_hash_connect() argument by Eric Dumazet · 10 years ago
  12. 77a6a47 ipv6: get rid of __inet6_hash() by Eric Dumazet · 10 years ago
  13. d1e559d inet: add IPv6 support to sk_ehashfn() by Eric Dumazet · 10 years ago
  14. 5b441f7 net: introduce sk_ehashfn() helper by Eric Dumazet · 10 years ago
  15. 6eada01 netns: constify net_hash_mix() and various callers by Eric Dumazet · 10 years ago
  16. 0470c8c inet: fix request sock refcounting by Eric Dumazet · 10 years ago
  17. 4e9a578 inet: add rsk_listener field to struct request_sock by Eric Dumazet · 10 years ago
  18. e49bb33 inet: uninline inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  19. 407640d inet: add sk_listener argument to inet_reqsk_alloc() by Eric Dumazet · 10 years ago
  20. 7970ddc tcp: uninline tcp_oow_rate_limited() by Eric Dumazet · 10 years ago
  21. 1bfc443 tcp: move tcp_openreq_init() to tcp_input.c by Eric Dumazet · 10 years ago
  22. adc17d6 inet: move ir_mark to fill a hole by Eric Dumazet · 10 years ago
  23. fa4335d Bluetooth: Move generic mgmt command dispatcher to hci_sock.c by Johan Hedberg · 10 years ago
  24. 88b94ce Bluetooth: Add hdev_init callback for HCI channels by Johan Hedberg · 10 years ago
  25. d0f172b Bluetooth: Add helper to get HCI channel of a socket by Johan Hedberg · 10 years ago
  26. 695c4cb Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY by Jakub Pawlowski · 10 years ago
  27. 72000df Bluetooth: Add support for Local OOB Extended Data Update events by Marcel Holtmann · 10 years ago
  28. ca00942 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  29. 13854e5 inet: add proper refcounting to request sock by Eric Dumazet · 10 years ago
  30. 1d0ab25 net: add sk_fullsock() helper by Eric Dumazet · 10 years ago
  31. f709bfc Bluetooth: Add constants for LE SC Confirmation and Random values by Marcel Holtmann · 10 years ago
  32. aefedc1 Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag by Marcel Holtmann · 10 years ago
  33. 4170604 switchdev: add swdev ops by Scott Feldman · 10 years ago
  34. 4f0f155 Bluetooth: Add simple version of Read Local OOB Extended Data command by Marcel Holtmann · 10 years ago
  35. 1471aae Bluetooth: Add defines for LE Bluetooth Device Address and LE Role by Marcel Holtmann · 10 years ago
  36. d3d5305 Bluetooth: Add simple version of Read Advertising Features command by Marcel Holtmann · 10 years ago
  37. a958452 Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n) by Marcel Holtmann · 10 years ago
  38. f6b7712 Bluetooth: Send global configuration updates to all management users by Marcel Holtmann · 10 years ago
  39. c927a10 Bluetooth: Add support for trust verification of management commands by Marcel Holtmann · 10 years ago
  40. c91041d Bluetooth: Add support for untrusted access to management commands by Marcel Holtmann · 10 years ago
  41. c85be54 Bluetooth: Add hci_sock_test_flag helper function by Marcel Holtmann · 10 years ago
  42. c08b1a1 Bluetooth: Consolidate socket channel sending function back into one by Marcel Holtmann · 10 years ago
  43. 50ebc05 Bluetooth: Introduce trusted flag for management control sockets by Marcel Holtmann · 10 years ago
  44. 96f1474 Bluetooth: Add support for extended index management command by Marcel Holtmann · 10 years ago
  45. ced8554 Bluetooth: Add support for extended index management events by Marcel Holtmann · 10 years ago
  46. f920733 Bluetooth: Use special function to send filter management index events by Marcel Holtmann · 10 years ago
  47. 17711c6 Bluetooth: Provide hci_send_to_flagged_channel helper function by Marcel Holtmann · 10 years ago
  48. 6befc64 Bluetooth: Add flags field and setting function for HCI sockets by Marcel Holtmann · 10 years ago
  49. 5f1764d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
  50. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 10 years ago
  51. 40fb70f vxlan: fix wrong usage of VXLAN_VID_MASK by Alexey Kodanev · 10 years ago
  52. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 10 years ago
  53. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 10 years ago
  54. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 10 years ago
  55. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 10 years ago
  56. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 10 years ago
  57. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 10 years ago
  58. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 10 years ago
  59. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 10 years ago
  60. cc91cb0 Bluetooth: Add support connectable advertising setting by Marcel Holtmann · 10 years ago
  61. 098a697 tcp_metrics: Use a single hash table for all network namespaces. by Eric W. Biederman · 10 years ago
  62. 3f66b08 inet: introduce ireq_family by Eric Dumazet · 10 years ago
  63. 41b822c inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state by Eric Dumazet · 10 years ago
  64. 1e2e011 inet: add rsk_refcnt/ireq_refcnt to request socks by Eric Dumazet · 10 years ago
  65. d34ac51 inet: add ireq_state field to inet_request_sock by Eric Dumazet · 10 years ago
  66. 10feb42 inet: add TCP_NEW_SYN_RECV state by Eric Dumazet · 10 years ago
  67. bd337c5 ipv6: add missing ireq_net & ir_cookie initializations by Eric Dumazet · 10 years ago
  68. 0c5c9fb net: Introduce possible_net_t by Eric W. Biederman · 10 years ago
  69. efd7ef1 net: Kill hold_net release_net by Eric W. Biederman · 10 years ago
  70. d299ce1 vxlan: Correct path typo in comment by Simon Horman · 10 years ago
  71. 33cf7c9 net: add real socket cookies by Eric Dumazet · 10 years ago
  72. 0ddcf43 ipv4: FIB Local/MAIN table collapse by Alexander Duyck · 10 years ago
  73. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 10 years ago
  74. 406ef2a Bluetooth: Make Fast Connectable available while powered off by Johan Hedberg · 10 years ago
  75. 515fb5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  76. a03a8db netfilter: fix sparse warnings in reject handling by Florian Westphal · 10 years ago
  77. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 10 years ago
  78. 769a020 net: dsa: utilize of_find_net_device_by_node by Florian Fainelli · 10 years ago
  79. 3cef5c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. ddb3b60 net: Remove protocol from struct dst_ops by Eric W. Biederman · 10 years ago
  81. 5428aef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  82. 1e052be net_sched: destroy proto tp when all filters are gone by Cong Wang · 10 years ago
  83. b79bda3 neigh: Use neigh table index for neigh_packet_xmit by Eric W. Biederman · 10 years ago
  84. c9368247 net/dcb: Add IEEE QCN attribute by Shani Michaeli · 10 years ago
  85. 89650ad fib: make netdev_switch_fib_ipv4_abort in header file static inline by Willem de Bruijn · 10 years ago
  86. 05cbc0d ipv4: Create probe timer for tcp PMTU as per RFC4821 by Fan Du · 10 years ago
  87. 6b58e0a ipv4: Use binary search to choose tcp PMTU probe_size by Fan Du · 10 years ago
  88. dcd8fb8 ipv4: Raise tcp PMTU probe mss base size by Fan Du · 10 years ago
  89. aaa4e70 DECnet: Only use neigh_ops for adding the link layer header by Eric W. Biederman · 10 years ago
  90. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 10 years ago
  91. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 10 years ago
  92. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 10 years ago
  93. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 10 years ago
  94. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 10 years ago
  95. 448b128 ipv4: add net bool fib_offload_disabled by Scott Feldman · 10 years ago
  96. 104616e switchdev: don't support custom ip rules, for now by Scott Feldman · 10 years ago
  97. 5e8d904 switchdev: add IPv4 fib ndo ops wrappers by Scott Feldman · 10 years ago
  98. 5929903 net: dsa: let switches specify their tagging protocol by Florian Fainelli · 10 years ago
  99. 1cae565 netfilter: nf_tables: limit maximum table name length to 32 bytes by Pablo Neira Ayuso · 10 years ago
  100. 1a1e1a1 netfilter: nf_tables: cleanup nf_tables.h by Patrick McHardy · 10 years ago