1. c7c9d21 net: llc: fix skb_over_panic by Pavel Skripkin · 3 years, 5 months ago
  2. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  3. 74c950c net: llc: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  4. a9b1110 llc: make sure applications use ARPHRD_ETHER by Eric Dumazet · 4 years, 6 months ago
  5. c535f92 af_llc: fix if-statement empty body warning by Randy Dunlap · 4 years, 10 months ago
  6. 9ed498c net: silence data-races on sk_backlog.tail by Eric Dumazet · 5 years ago
  7. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  8. fc8d5db llc: fix another potential sk_buff leak in llc_ui_sendmsg() by Eric Biggers · 5 years ago
  9. c68e747 llc: Check address length before reading address field by Tetsuo Handa · 6 years ago
  10. 604d415 llc: do not use sk_eat_skb() by Eric Dumazet · 6 years ago
  11. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  12. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  13. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  14. 2c5d5b1 llc: better deal with too small mtu by Eric Dumazet · 7 years ago
  15. 3a04ce7 llc: fix NULL pointer deref for SOCK_ZAPPED by Cong Wang · 7 years ago
  16. f7e4367 llc: hold llc_sap before release_sock() by Cong Wang · 7 years ago
  17. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  18. 0908cf4 net: llc: add lock_sock in llc_ui_bind to avoid a race condition by linzhang · 8 years ago
  19. 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
  20. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  21. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  22. 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
  23. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  24. 5ff904d llc: switch type to bool as the timeout is only tested versus 0 by Alan Cox · 8 years ago
  25. b8670c0 net: fix infoleak in llc by Kangjie Lu · 9 years ago
  26. 82aaf4f af_llc: fix types on llc_ui_wait_for_conn by One Thousand Gnomes · 9 years ago
  27. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  28. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  29. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  30. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  31. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  32. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  33. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  34. 4d231b7 net: llc: fix use after free in llc_ui_recvmsg by Daniel Borkmann · 11 years ago
  35. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  36. 951fd87 llc: Use normal etherdevice.h tests by Joe Perches · 11 years ago
  37. c77a4b9c llc: Fix missing msg_namelen update in llc_ui_recvmsg() by Mathias Krause · 12 years ago
  38. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  39. 3592aae llc: fix info leak via getsockname() by Mathias Krause · 12 years ago
  40. f4f8720 llc2: Call llc_station_exit() on llc2_init() failure path by Ben Hutchings · 12 years ago
  41. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  42. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 13 years ago
  43. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 13 years ago
  44. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
  45. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
  46. 56ac11c llc: Fix race condition in llc_ui_recvmsg by Radu Iliescu · 13 years ago
  47. 9cef310 llc: llc_cmsg_rcv was getting called after sk_eat_skb. by Alex Juncu · 13 years ago
  48. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 14 years ago
  49. 339db11 net/llc: make opt unsigned in llc_ui_setsockopt() by Dan Carpenter · 14 years ago
  50. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  51. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  52. 3100aa9 llc: fix SAP reference counting w.r.t. socket handling by Octavian Purdila · 15 years ago
  53. b76f5a8 llc: convert the socket list to RCU locking by Octavian Purdila · 15 years ago
  54. abf9d53 llc: add support for SO_BINDTODEVICE by Octavian Purdila · 15 years ago
  55. e5cd6fe llc: add support for LLC_OPT_PKTINFO by Octavian Purdila · 15 years ago
  56. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  57. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  58. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  59. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  60. 28e9fc5 NET: llc, zero sockaddr_llc struct by Jiri Slaby · 15 years ago
  61. a186d2a net: remove needless (now buggy) & from dev->dev_addr (part2) by Jiri Pirko · 16 years ago
  62. 01af4a0 llc: fix non-const printk warning by Stephen Hemminger · 16 years ago
  63. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  64. ee5850d llc: Use sock_graft() instead of by-hand version. by David S. Miller · 17 years ago
  65. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  66. 3480c63 [LLC]: Restrict LLC sockets to root by Patrick McHardy · 17 years ago
  67. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  68. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  69. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  70. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  71. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  72. d57b186 [NET] LLC: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  73. 3fbd418 [LLC]: anotations by Al Viro · 18 years ago
  74. 30a584d [LLX]: SOCK_DGRAM interface fixes by Stephen Hemminger · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  76. 29efcd2 [LLC]: allow datagram recvmsg by Stephen Hemminger · 19 years ago
  77. 624d116 [I/OAT]: Make sk_eat_skb I/OAT aware. by Chris Leech · 19 years ago
  78. 2e1f47c [LLC]: Fix sap refcounting by Arnaldo Carvalho de Melo · 19 years ago
  79. 2342c99 [LLC]: Replace __inline__ with inline by Arnaldo Carvalho de Melo · 19 years ago
  80. 9c005e0 [LLC]: Fix struct proto .name by Arnaldo Carvalho de Melo · 19 years ago
  81. b5e5fa5 [NET]: Add a dev_ioctl() fallback to sock_ioctl() by Christoph Hellwig · 19 years ago
  82. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 19 years ago
  83. c1cbe4b [NET]: Avoid atomic xchg() for non-error case by Benjamin LaHaise · 19 years ago
  84. 451677c [LLC]: Make core block on remote busy. by Jochen Friedrich · 19 years ago
  85. 8420e1b [LLC]: fix llc_ui_recvmsg, making it behave like tcp_recvmsg by Arnaldo Carvalho de Melo · 19 years ago
  86. 2928c19 [LLC]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  87. 5564af2 [LLC]: Fix for Bugzilla ticket #5157 by Jochen Friedrich · 19 years ago
  88. cf309e3 [LLC]: Fix for Bugzilla ticket #5156 by Jochen Friedrich · 19 years ago
  89. 6e2144b [LLC]: Use refcounting with struct llc_sap by Arnaldo Carvalho de Melo · 19 years ago
  90. 04e4223 [LLC]: Do better struct sock accounting on skbs by Arnaldo Carvalho de Melo · 19 years ago
  91. afdbe35 [LLC]: Use sk_wait_data by Arnaldo Carvalho de Melo · 19 years ago
  92. 249ff1c [LLC]: Use some more likely/unlikely by Arnaldo Carvalho de Melo · 19 years ago
  93. 590232a [LLC]: Add sysctl support for the LLC timeouts by Arnaldo Carvalho de Melo · 19 years ago
  94. 54fb7f2 [LLC]: Use the sk_wait_event primitive by Arnaldo Carvalho de Melo · 19 years ago
  95. b35bd11 [LLC]: Convert llc_ui_wait_for_ functions to use prepare_to_wait/finish_wait by Arnaldo Carvalho de Melo · 19 years ago
  96. af426d3 [LLC]: Help the compiler with likely/unlikely, saving some more bytes by Arnaldo Carvalho de Melo · 19 years ago
  97. 5a770c0 [LLC]: Update comments for llc_ui_bind and llc_ui_autobind to match new behaviour by Arnaldo Carvalho de Melo · 19 years ago
  98. 774ccb4 [LLC]: Remove unneeded temp net_device variables by Arnaldo Carvalho de Melo · 19 years ago
  99. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  100. 8728b83 [NET]: Kill skb->list by David S. Miller · 19 years ago