1. 5ff904d llc: switch type to bool as the timeout is only tested versus 0 by Alan Cox · 8 years ago
  2. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. b8670c0 net: fix infoleak in llc by Kangjie Lu · 8 years ago
  4. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 8 years ago
  5. 82aaf4f af_llc: fix types on llc_ui_wait_for_conn by One Thousand Gnomes · 8 years ago
  6. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  7. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  8. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  9. 6b8d911 net: llc: use correct size for sysctl timeout entries by Sasha Levin · 9 years ago
  10. 22bbf5f llc: Make llc_sap_action_t function pointer arrays const by Joe Perches · 9 years ago
  11. 9b37306 llc: Make llc_conn_ev_qfyr_t function pointer arrays const by Joe Perches · 9 years ago
  12. 14b7d95 llc: Make function pointer arrays const by Joe Perches · 9 years ago
  13. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  14. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  15. 74bca13 net: llc: include linux/errno.h instead of asm/errno.h by Fabian Frederick · 10 years ago
  16. 7bced39 net_dma: simple removal by Dan Williams · 10 years ago
  17. 0f1a24c llc: remove noisy WARN from llc_mac_hdr_init by Dave Jones · 10 years ago
  18. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 10 years ago
  19. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  20. 5e419e6 llc: make lock static by stephen hemminger · 10 years ago
  21. 4d231b7 net: llc: fix use after free in llc_ui_recvmsg by Daniel Borkmann · 10 years ago
  22. 3cdba60 llc: "foo* bar" should be "foo *bar" by Weilong Chen · 10 years ago
  23. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  24. 951fd87 llc: Use normal etherdevice.h tests by Joe Perches · 11 years ago
  25. d14c5ab net: proc_fs: trivial: print UIDs as unsigned int by Francesco Fusco · 11 years ago
  26. c77a4b9c llc: Fix missing msg_namelen update in llc_ui_recvmsg() by Mathias Krause · 11 years ago
  27. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  28. df008c9 net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm by Eric W. Biederman · 12 years ago
  29. b4516a2 llc: Remove stray reference to sysctl_llc_station_ack_timeout. by David S. Miller · 12 years ago
  30. 12ebc8b llc2: Collapse remainder of state machine into simple if-else if-statement by Ben Hutchings · 12 years ago
  31. da31888 llc2: Remove explicit indexing of state action arrays by Ben Hutchings · 12 years ago
  32. 5ecf9ee llc2: Remove the station send queue by Ben Hutchings · 12 years ago
  33. 04d191c llc2: Collapse the station event receive path by Ben Hutchings · 12 years ago
  34. 025e363 llc2: Remove dead code for state machine by Ben Hutchings · 12 years ago
  35. cc6328d llc2: Remove pointless indirection through llc_stat_state_trans_end by Ben Hutchings · 12 years ago
  36. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  37. 3592aae llc: fix info leak via getsockname() by Mathias Krause · 12 years ago
  38. a7cb5a4 userns: Print out socket uids in a user namespace aware fashion. by Eric W. Biederman · 12 years ago
  39. aadf31d llc: Fix races between llc2 handler use and (un)registration by Ben Hutchings · 12 years ago
  40. f4f8720 llc2: Call llc_station_exit() on llc2_init() failure path by Ben Hutchings · 12 years ago
  41. 6024935 llc2: Fix silent failure of llc_station_init() by Ben Hutchings · 12 years ago
  42. 91d27a8 llc: free the right skb by Sorin Dumitru · 12 years ago
  43. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  44. dc6b9b7 net: include/net/sock.h cleanup by Eric Dumazet · 12 years ago
  45. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 12 years ago
  46. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  47. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  48. 64fb301 net llc: Don't use sysctl tables with .child entries. by Eric W. Biederman · 12 years ago
  49. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  50. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  51. 56ac11c llc: Fix race condition in llc_ui_recvmsg by Radu Iliescu · 12 years ago
  52. 9cef310 llc: llc_cmsg_rcv was getting called after sk_eat_skb. by Alex Juncu · 12 years ago
  53. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  54. aa86735 llc: Fix length check in llc_fixup_skb(). by David S. Miller · 13 years ago
  55. 696ea47 llc: avoid skb_clone() if there is only one handler by Changli Gao · 13 years ago
  56. 941666c net: RCU conversion of dev_getbyhwaddr() and arp_ioctl() by Eric Dumazet · 13 years ago
  57. 2507136 net/llc: storing negative error codes in unsigned short by Dan Carpenter · 14 years ago
  58. 339db11 net/llc: make opt unsigned in llc_ui_setsockopt() by Dan Carpenter · 14 years ago
  59. 278554b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  60. f0ecde1 net: Fix FDDI and TR config checks in ipv4 arp and LLC. by David S. Miller · 14 years ago
  61. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  62. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  63. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  64. a3dcce9 llc: cleanup: remove dead code from llc_init() by Dan Carpenter · 14 years ago
  65. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  66. 79545b6 llc: use limited socket backlog by Zhu Yi · 14 years ago
  67. 3100aa9 llc: fix SAP reference counting w.r.t. socket handling by Octavian Purdila · 14 years ago
  68. 8beb9ab llc: convert llc_sap_list to RCU by Octavian Purdila · 14 years ago
  69. 52d58ae llc: replace the socket list with a local address based hash by Octavian Purdila · 14 years ago
  70. 6d2e3ea llc: use a device based hash table to speed up multicast delivery by Octavian Purdila · 14 years ago
  71. 0f7b67d llc: optimize multicast delivery by Octavian Purdila · 14 years ago
  72. b76f5a8 llc: convert the socket list to RCU locking by Octavian Purdila · 14 years ago
  73. abf9d53 llc: add support for SO_BINDTODEVICE by Octavian Purdila · 14 years ago
  74. e5cd6fe llc: add support for LLC_OPT_PKTINFO by Octavian Purdila · 14 years ago
  75. bf9ae53 llc: use dev_hard_header by Octavian Purdila · 14 years ago
  76. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  77. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  78. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  79. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  80. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  81. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  82. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  83. 28e9fc5 NET: llc, zero sockaddr_llc struct by Jiri Slaby · 15 years ago
  84. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  85. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 15 years ago
  86. dfe9a83 llc: Kill outdated and incorrect comment. by David S. Miller · 15 years ago
  87. a186d2a net: remove needless (now buggy) & from dev->dev_addr (part2) by Jiri Pirko · 15 years ago
  88. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  89. 7546dd9 net: convert usage of packet_type to read_mostly by Stephen Hemminger · 15 years ago
  90. c3431ea llc: remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  91. 01af4a0 llc: fix non-const printk warning by Stephen Hemminger · 15 years ago
  92. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  93. cf005b1 net: remove redundant argument comments by Qinghuang Feng · 16 years ago
  94. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  95. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  96. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  97. ee5850d llc: Use sock_graft() instead of by-hand version. by David S. Miller · 16 years ago
  98. 3446b9d llc: Fix double accounting of received packets by Arnaldo Carvalho de Melo · 16 years ago
  99. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  100. f83f176 [LLC]: skb allocation size for responses by Joonwoo Park · 16 years ago