aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet
AgeCommit message (Expand)Author
2023-08-04net/packet: annotate data-races around tp->statusEric Dumazet
2023-07-29net: annotate data-races around sk->sk_priorityEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-07-25af_packet: Fix warning of fortified memcpy() in packet_getname().Kuniyuki Iwashima
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet
2023-05-03af_packet: Don't send zero-byte data in packet_sendmsg_spkt().Kuniyuki Iwashima
2023-04-21net/packet: support mergeable feature of virtioJianfeng Tan
2023-03-27net: introduce a config option to tweak MAX_SKB_FRAGSEric Dumazet
2023-03-19net/packet: remove po->xmitEric Dumazet
2023-03-18af_packet: preserve const qualifier in pkt_sk()Eric Dumazet
2023-03-17net/packet: convert po->pressure to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->running to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->has_vnet_hdr to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_loss to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->tp_tx_has_off to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->tp_tstampEric Dumazet
2023-03-17net/packet: convert po->auxdata to an atomic flagEric Dumazet
2023-03-17net/packet: convert po->origdev to an atomic flagEric Dumazet
2023-03-17net/packet: annotate accesses to po->xmitEric Dumazet
2023-02-15net: no longer support SOCK_REFCNT_DEBUG featureJason Xing
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-28net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan
2022-08-22packet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-29net/af_packet: check len when min_header_len equals to 0Zhengchao Shao
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-02net/af_packet: make sure to pull mac headerEric Dumazet
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-26net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-15net/packet: fix packet_sock xmit return value checkingHangbin Liu
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-14net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet
2022-03-03net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau
2022-02-01af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-07af_packet: fix tracking issues in packet_do_bind()Eric Dumazet
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski