1. 33d60fb sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned. by Kuniyuki Iwashima · 3 years, 1 month ago
  2. 615d069 llc: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
  3. 2ef6db7 llc/snap: constify dev_addr passing by Jakub Kicinski · 3 years, 3 months ago
  4. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  5. c7c9d21 net: llc: fix skb_over_panic by Pavel Skripkin · 3 years, 5 months ago
  6. 2342eb1 llc2: Remove redundant assignment to rc by Jiapeng Chong · 3 years, 8 months ago
  7. 61f84060 llc: llc_core.c: COuple of typo fixes by Bhaskar Chowdhury · 3 years, 9 months ago
  8. 72e6afe net: llc: Correct function name llc_pdu_set_pf_bit() in header by Yang Yingliang · 3 years, 9 months ago
  9. 8114f09 net: llc: Correct function name llc_sap_action_unitdata_ind() in header by Yang Yingliang · 3 years, 9 months ago
  10. 26440a6 net: llc: Correct some function names in header by Yang Yingliang · 3 years, 9 months ago
  11. 864e898 net: remove redundant 'depends on NET' by Masahiro Yamada · 4 years ago
  12. 8756f47 net: llc: Fix kerneldoc warnings by Andrew Lunn · 4 years, 2 months ago
  13. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  14. 74c950c net: llc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  15. a9b1110 llc: make sure applications use ARPHRD_ETHER by Eric Dumazet · 4 years, 6 months ago
  16. c535f92 af_llc: fix if-statement empty body warning by Randy Dunlap · 4 years, 10 months ago
  17. 8e0f8cc net: Add missing annotation for llc_seq_start() by Jules Irenge · 4 years, 10 months ago
  18. af1c0e4 llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c) by Chan Shu Tak, Alex · 5 years ago
  19. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  20. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  21. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  22. 36453c85 llc: fix sk_buff refcounting in llc_conn_state_process() by Eric Biggers · 5 years ago
  23. fc8d5db llc: fix another potential sk_buff leak in llc_ui_sendmsg() by Eric Biggers · 5 years ago
  24. b74555d llc: fix sk_buff leak in llc_conn_service() by Eric Biggers · 5 years ago
  25. c6ee11c llc: fix sk_buff leak in llc_sap_state_process() by Eric Biggers · 5 years ago
  26. 0e9facc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 281 by Thomas Gleixner · 6 years ago
  27. 8fb44d6 llc: fix skb leak in llc_build_and_send_ui_pkt() by Eric Dumazet · 6 years ago
  28. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  29. c68e747 llc: Check address length before reading address field by Tetsuo Handa · 6 years ago
  30. 604d415 llc: do not use sk_eat_skb() by Eric Dumazet · 6 years ago
  31. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 5a8e7ae llc: set SOCK_RCU_FREE in llc_sap_add_socket() by Cong Wang · 6 years ago
  33. 9708d2b llc: avoid blocking in llc_sap_close() by Cong Wang · 6 years ago
  34. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 0dcb822 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 6 years ago
  36. a87e87d llc: fix whitespace issues by Stephen Hemminger · 6 years ago
  37. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  38. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  39. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  40. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  41. 2c5d5b1 llc: better deal with too small mtu by Eric Dumazet · 7 years ago
  42. 3a04ce7 llc: fix NULL pointer deref for SOCK_ZAPPED by Cong Wang · 7 years ago
  43. b905ef9a llc: delete timers synchronously in llc_sk_free() by Cong Wang · 7 years ago
  44. f7e4367 llc: hold llc_sap before release_sock() by Cong Wang · 7 years ago
  45. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. b85ab56 llc: properly handle dev_queue_xmit() return value by Cong Wang · 7 years ago
  47. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  48. 678f4bd net: llc: drop VLA in llc_sap_mcast() by Salvatore Mesoraca · 7 years ago
  49. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  50. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  51. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  52. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  53. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  54. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  55. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  56. fc8bcaa net: LLC: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  57. 58951dd net, llc: convert llc_sap.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  58. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  59. 0908cf4 net: llc: add lock_sock in llc_ui_bind to avoid a race condition by linzhang · 8 years ago
  60. 58d30c3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  61. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  62. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  63. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  64. 8b74d43 net/llc: avoid BUG_ON() in skb_orphan() by Eric Dumazet · 8 years ago
  65. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  66. 5ff904d llc: switch type to bool as the timeout is only tested versus 0 by Alan Cox · 8 years ago
  67. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  68. b8670c0 net: fix infoleak in llc by Kangjie Lu · 9 years ago
  69. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
  70. 82aaf4f af_llc: fix types on llc_ui_wait_for_conn by One Thousand Gnomes · 9 years ago
  71. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  72. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  73. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  74. 6b8d911 net: llc: use correct size for sysctl timeout entries by Sasha Levin · 10 years ago
  75. 22bbf5f llc: Make llc_sap_action_t function pointer arrays const by Joe Perches · 10 years ago
  76. 9b37306 llc: Make llc_conn_ev_qfyr_t function pointer arrays const by Joe Perches · 10 years ago
  77. 14b7d95 llc: Make function pointer arrays const by Joe Perches · 10 years ago
  78. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  79. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  80. 74bca13 net: llc: include linux/errno.h instead of asm/errno.h by Fabian Frederick · 10 years ago
  81. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  82. 0f1a24c llc: remove noisy WARN from llc_mac_hdr_init by Dave Jones · 11 years ago
  83. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  84. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  85. 5e419e6 llc: make lock static by stephen hemminger · 11 years ago
  86. 4d231b7 net: llc: fix use after free in llc_ui_recvmsg by Daniel Borkmann · 11 years ago
  87. 3cdba60 llc: "foo* bar" should be "foo *bar" by Weilong Chen · 11 years ago
  88. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  89. 951fd87 llc: Use normal etherdevice.h tests by Joe Perches · 11 years ago
  90. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  91. c77a4b9c llc: Fix missing msg_namelen update in llc_ui_recvmsg() by Mathias Krause · 12 years ago
  92. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  93. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  94. b4516a2 llc: Remove stray reference to sysctl_llc_station_ack_timeout. by David S. Miller · 12 years ago
  95. 12ebc8b llc2: Collapse remainder of state machine into simple if-else if-statement by Ben Hutchings · 12 years ago
  96. da31888 llc2: Remove explicit indexing of state action arrays by Ben Hutchings · 12 years ago
  97. 5ecf9ee llc2: Remove the station send queue by Ben Hutchings · 12 years ago
  98. 04d191c llc2: Collapse the station event receive path by Ben Hutchings · 12 years ago
  99. 025e363 llc2: Remove dead code for state machine by Ben Hutchings · 12 years ago
  100. cc6328d llc2: Remove pointless indirection through llc_stat_state_trans_end by Ben Hutchings · 12 years ago