1. 0df6d32 inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data by Martin KaFai Lau · 4 years, 10 months ago
  2. 5682d39 inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() by Martin KaFai Lau · 4 years, 10 months ago
  3. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  4. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  5. 0f31746 tcp: annotate tp->write_seq lockless reads by Eric Dumazet · 5 years ago
  6. 7db48e9 tcp: annotate tp->copied_seq lockless reads by Eric Dumazet · 5 years ago
  7. dba7d9b tcp: annotate tp->rcv_nxt lockless reads by Eric Dumazet · 5 years ago
  8. b58662a tcp: ulp: fix possible crash in tcp_diag_get_aux_size() by Eric Dumazet · 5 years ago
  9. 61723b3 tcp: ulp: add functions to dump ulp-specific information by Davide Caratti · 5 years ago
  10. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  11. 986ffdf net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store by Yafang Shao · 7 years ago
  12. c03fa9b tcp_diag: report TCP MD5 signing keys and addresses by Ivan Delalande · 7 years ago
  13. d7226c7 net: diag: Fix refcnt leak in error path destroying socket by David Ahern · 8 years ago
  14. c1e64e2 net: diag: Support destroying TCP sockets. by Lorenzo Colitti · 9 years ago
  15. 00fd38d tcp: ensure proper barriers in lockless contexts by Eric Dumazet · 9 years ago
  16. 35ac838 sock_diag: implement a get_info handler for inet by Craig Gallek · 10 years ago
  17. 3fd22af sock_diag: specify info_size per inet protocol by Craig Gallek · 10 years ago
  18. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  19. 34160ea inet_diag: add const to inet_diag_req_v2 by Eric Dumazet · 10 years ago
  20. 688d194 tcp: whitespace fixes by stephen hemminger · 10 years ago
  21. c899136 inet_diag: Rename inet_diag_req into inet_diag_req_v2 by Pavel Emelyanov · 13 years ago
  22. aec8dc62 sock_diag: Fix module netlink aliases by Pavel Emelyanov · 13 years ago
  23. 1942c51 inet_diag: Generalize inet_diag dump and get_exact calls by Pavel Emelyanov · 13 years ago
  24. 7b35ead inet_diag: Remove indirect sizeof from inet diag handlers by Pavel Emelyanov · 13 years ago
  25. f13c95f inet_diag: Switch from _GETSOCK to IPPROTO_ numbers by Pavel Emelyanov · 13 years ago
  26. 7f1fb60 inet_diag: Partly rename inet_ to sock_ by Pavel Emelyanov · 13 years ago
  27. 49d0900 tcp: diag: Dont report negative values for rx queue by Eric Dumazet · 15 years ago
  28. a7a0d6a net: inet_diag_handler structs can be const by Eric Dumazet · 16 years ago
  29. 0b04082 net: remove CVS keywords by Adrian Bunk · 17 years ago
  30. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  31. 5ee3afb [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO. by Rick Jones · 17 years ago
  32. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  33. 47da8ee [TCP]: Export accept queue len of a TCP listening socket via rx_queue by Sridhar Samudrala · 19 years ago
  34. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  35. a8c2190 [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  36. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  37. 4f5736c [TCPDIAG]: Introduce inet_diag_{register,unregister} by Arnaldo Carvalho de Melo · 19 years ago
  38. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  39. e41aac4 [TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP by Arnaldo Carvalho de Melo · 19 years ago
  40. 540722f [TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK by Arnaldo Carvalho de Melo · 19 years ago
  41. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  42. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  43. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  44. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  45. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  46. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  47. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  48. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  49. 056ede6 [TCP]: Report congestion control algorithm in tcp_diag. by Stephen Hemminger · 20 years ago
  50. 7c99c90 [TCP]: Change tcp_diag to use the existing __RTA_PUT() macro. by Stephen Hemminger · 20 years ago
  51. 317a76f [TCP]: Add pluggable congestion control algorithm infrastructure. by Stephen Hemminger · 20 years ago
  52. 2ad69c5 [NET] rename struct tcp_listen_opt to struct listen_sock by Arnaldo Carvalho de Melo · 20 years ago
  53. 0e87506 [NET] Generalise tcp_listen_opt by Arnaldo Carvalho de Melo · 20 years ago
  54. 60236fd [NET] Rename open_request to request_sock by Arnaldo Carvalho de Melo · 20 years ago
  55. 2e6599c [NET] Generalise TCP's struct open_request minisock infrastructure by Arnaldo Carvalho de Melo · 20 years ago
  56. 2a0a6eb [NETLINK]: Synchronous message processing. by Herbert Xu · 20 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago