1. e42e70a af_packet: fix data-race in packet_setsockopt / packet_setsockopt by Eric Dumazet · 2 years, 11 months ago
  2. 47934e06 net: fix information leakage in /proc/net/ptype by Congyu Liu · 3 years ago
  3. bf44077 af_packet: fix tracking issues in packet_do_bind() by Eric Dumazet · 3 years ago
  4. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  5. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  6. 7cd2802 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  7. ec6af09 net/packet: rx_owner_map depends on pg_vec by Willem de Bruijn · 3 years ago
  8. f1d9268 net: add net device refcount tracker to struct packet_type by Eric Dumazet · 3 years ago
  9. b3cb764 net: drop nopreempt requirement on sock_prot_inuse_add() by Eric Dumazet · 3 years, 1 month ago
  10. 0d7308c af_packet: Introduce egress hook by Pablo Neira Ayuso · 3 years, 3 months ago
  11. dc41c4a net/packet: clarify source of pr_*() messages by Baruch Siach · 3 years, 4 months ago
  12. 1160dfa net: Remove redundant if statements by Yajun Deng · 3 years, 5 months ago
  13. dbe69e4 Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 3 years, 6 months ago
  14. e3ae236 net: sock: introduce sk_error_report by Alexander Aring · 3 years, 6 months ago
  15. 8ec035a Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 3 years, 6 months ago
  16. adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  17. e032f7c net/packet: annotate accesses to po->ifindex by Eric Dumazet · 3 years, 6 months ago
  18. c7d2ef5 net/packet: annotate accesses to po->bind by Eric Dumazet · 3 years, 6 months ago
  19. d1b5bee net/packet: annotate data race in packet_sendmsg() by Eric Dumazet · 3 years, 7 months ago
  20. 5ada57a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
  21. 5af5a02 net/packet: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  22. 25c55b3 net/packet: Remove redundant assignment to ret by Jiapeng Chong · 3 years, 7 months ago
  23. 171c3b1 net: packetmmap: fix only tx timestamp on request by Richard Sanger · 3 years, 8 months ago
  24. 94f633e net/packet: remove data races in fanout operations by Eric Dumazet · 3 years, 9 months ago
  25. 0e4161d net/packet: Fix a typo in af_packet.c by Wang Hai · 3 years, 9 months ago
  26. 21c85974 net/packet: Improve the comment about LL header visibility criteria by Xie He · 3 years, 11 months ago
  27. 8c22475 net: packet: make pkt_sk() inline by Menglong Dong · 4 years ago
  28. abdcd06 net: af_packet: fix procfs header for 64-bit pointers by Baruch Siach · 4 years ago
  29. a268e0f net: fix proc_fs init handling in af_packet and tls by Yonatan Linik · 4 years ago
  30. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  31. d549699 net/packet: fix packet receive on L3 devices without visible hard header by Eyal Birger · 4 years, 1 month ago
  32. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 1 month ago
  33. 9c661b0 net/packet: make packet_fanout.arr size configurable up to 64K by Tanner Love · 4 years, 2 months ago
  34. 0959972 net/packet: Fix a comment about network_header by Xie He · 4 years, 3 months ago
  35. b79a80b net/packet: Fix a comment about mac_header by Xie He · 4 years, 3 months ago
  36. b4c5881 net/packet: Fix a comment about hard_header_len and headroom allocation by Xie He · 4 years, 3 months ago
  37. 383e3f3 net/packet: Remove unused macro BLOCK_PRIV by Wang Hai · 4 years, 4 months ago
  38. acf69c9 net/packet: fix overflow in tpacket_rcv by Or Cohen · 4 years, 4 months ago
  39. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  40. 88fd1cb af_packet: TPACKET_V3: fix fill status rwlock imbalance by John Ogness · 4 years, 5 months ago
  41. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  42. b1ea9ff net: switch copy_bpf_fprog_from_user to sockptr_t by Christoph Hellwig · 4 years, 5 months ago
  43. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 5 months ago
  44. 4d295e5 net: simplify cBPF setsockopt compat handling by Christoph Hellwig · 4 years, 5 months ago
  45. 632ca50 af_packet: TPACKET_V3: replace busy-wait loop by John Ogness · 4 years, 6 months ago
  46. 2a6d6c3 net/packet: remove redundant initialization of variable err by Colin Ian King · 4 years, 6 months ago
  47. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  48. 61fad68 net/packet: tpacket_rcv: avoid a producer race condition by Willem de Bruijn · 4 years, 10 months ago
  49. 46e4c42 net/packet: tpacket_rcv: do not increment ring index on drop by Willem de Bruijn · 4 years, 10 months ago
  50. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  51. 0914d2b af_packet: refactoring code for prb_calc_retire_blk_tmo by Mao Wenan · 5 years ago
  52. d413fcb packet: clarify timestamp overflow by Arnd Bergmann · 7 years ago
  53. b43d1f9 af_packet: set defaule value for tmo by Mao Wenan · 5 years ago
  54. b756ad9 packet: fix data-race in fanout_flow_is_huge() by Eric Dumazet · 5 years ago
  55. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  56. 32d3182 net/packet: fix race in tpacket_snd() by Eric Dumazet · 5 years ago
  57. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  58. 89ed5b5 af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKET by Neil Horman · 6 years ago
  59. 55655e3 net/packet: fix memory leak in packet_set_ring() by Eric Dumazet · 6 years ago
  60. 9bb6cd6 net/packet: introduce packet_rcv_try_clear_pressure() helper by Eric Dumazet · 6 years ago
  61. 3a2bb84 net/packet: remove locking from packet_rcv_has_room() by Eric Dumazet · 6 years ago
  62. 2c51c62 net/packet: implement shortcut in tpacket_rcv() by Eric Dumazet · 6 years ago
  63. 8e8e295 net/packet: make tp_drops atomic by Eric Dumazet · 6 years ago
  64. 0338a14 net/packet: constify __packet_rcv_has_room() by Eric Dumazet · 6 years ago
  65. dcf70ce net/packet: constify prb_lookup_block() and __tpacket_v3_has_room() by Eric Dumazet · 6 years ago
  66. d4b5bd9 net/packet: constify packet_lookup_frame() and __tpacket_has_room() by Eric Dumazet · 6 years ago
  67. 96f657e net/packet: constify __packet_get_status() argument by Eric Dumazet · 6 years ago
  68. 4608805 packet: remove unused variable 'status' in __packet_lookup_frame_in_block by Mao Wenan · 6 years ago
  69. 1e1d926 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  70. afa0925 packet: unconditionally free po->rollover by Willem de Bruijn · 6 years ago
  71. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  72. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  73. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  74. 36096f2 packet: Fix error path in packet_init by YueHaibing · 6 years ago
  75. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. 486efdc packet: validate msg_namelen in send directly by Willem de Bruijn · 6 years ago
  77. b2cf86e packet: in recvmsg msg_name return at least sizeof sockaddr_ll by Willem de Bruijn · 6 years ago
  78. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  79. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  80. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. a350ecc net: remove 'fallback' argument from dev->ndo_select_queue() by Paolo Abeni · 6 years ago
  82. b71b583 packet: rework packet_pick_tx_queue() to use common code selection by Paolo Abeni · 6 years ago
  83. 398f013 net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec by Christoph Paasch · 6 years ago
  84. 18bed89 af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL by Yoshiki Komachi · 6 years ago
  85. a4dc6a4 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
  86. 6437866 net/packet: Remove redundant skb->protocol set by Maxim Mikityanskiy · 6 years ago
  87. 75c6577 net/packet: Ask driver for protocol if not provided by user by Maxim Mikityanskiy · 6 years ago
  88. d2aa125 net: Don't set transport offset to invalid value by Maxim Mikityanskiy · 6 years ago
  89. fc62814 net/packet: fix 4gb buffer limit due to overflow check by Kal Conley · 6 years ago
  90. 88a8121 af_packet: fix raw sockets over 6in4 tunnel by Nicolas Dichtel · 6 years ago
  91. d972f3d packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 6 years ago
  92. 6b8d95f packet: validate address length if non-zero by Willem de Bruijn · 6 years ago
  93. 99137b7 packet: validate address length by Willem de Bruijn · 6 years ago
  94. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  95. 5cd8d46 packet: copy user buffers before orphan or clone by Willem de Bruijn · 6 years ago
  96. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. 9d2f67e net/packet: fix packet drop as of virtio gso by Jianfeng Tan · 6 years ago
  98. fa788d9 packet: add sockopt to ignore outgoing packets by Vincent Whitchurch · 6 years ago
  99. 3a7ad06 Revert "packet: switch kvzalloc to allocate memory" by Eric Dumazet · 6 years ago
  100. 71e4128 packet: switch kvzalloc to allocate memory by Li RongQing · 6 years ago