summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
...
* net/af_packet: registration process optimization in packet_init()Ziyang Xuan2022-09-211-13/+13
* packet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-07-291-2/+2
* net: rename reference+tracking helpersJakub Kicinski2022-06-091-6/+6
* net/af_packet: make sure to pull mac headerEric Dumazet2022-06-021-2/+4
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-1/+1
* net/af_packet: add VLAN support for AF_PACKET SOCK_RAW GSOHangbin Liu2022-04-261-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-221-4/+9
|\
| * net/packet: fix packet_sock xmit return value checkingHangbin Liu2022-04-151-4/+9
* | net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-1/+10
|\
| * net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet2022-03-141-1/+10
* | net: Handle delivery_time in skb->tstamp during network tapping with af_packetMartin KaFai Lau2022-03-031-1/+3
|/
* af_packet: fix data-race in packet_setsockopt / packet_setsockoptEric Dumazet2022-02-011-2/+6
* net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+2
* af_packet: fix tracking issues in packet_do_bind()Eric Dumazet2022-01-071-19/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-2/+3
|\ \
| * | net/packet: rx_owner_map depends on pg_vecWillem de Bruijn2021-12-151-2/+3
* | | net: add net device refcount tracker to struct packet_typeEric Dumazet2021-12-151-3/+11
| |/ |/|
* | net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet2021-11-161-4/+0
|/
* af_packet: Introduce egress hookPablo Neira Ayuso2021-10-141-0/+35
* net/packet: clarify source of pr_*() messagesBaruch Siach2021-09-101-0/+2
* net: Remove redundant if statementsYajun Deng2021-08-051-10/+5
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-301-7/+4
|\
| * net: sock: introduce sk_error_reportAlexander Aring2021-06-291-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-18/+23
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-2/+8
| |\ \
| * | | net/packet: Remove redundant assignment to retJiapeng Chong2021-05-171-5/+2
* | | | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/packet: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
| |/ /
* | | net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-161-7/+9
* | | net/packet: annotate accesses to po->bindEric Dumazet2021-06-161-8/+8
* | | net/packet: annotate data race in packet_sendmsg()Eric Dumazet2021-06-101-3/+6
| |/ |/|
* | net: packetmmap: fix only tx timestamp on requestRichard Sanger2021-05-121-2/+8
|/
* net/packet: remove data races in fanout operationsEric Dumazet2021-04-142-7/+10
* net/packet: Fix a typo in af_packet.cWang Hai2021-03-241-1/+1
* net/packet: Improve the comment about LL header visibility criteriaXie He2021-02-061-2/+2
* net: packet: make pkt_sk() inlineMenglong Dong2021-01-291-1/+1
* net: af_packet: fix procfs header for 64-bit pointersBaruch Siach2020-12-181-1/+3
* net: fix proc_fs init handling in af_packet and tlsYonatan Linik2020-12-141-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-9/+9
|\
| * net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-9/+9
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* | net/packet: make packet_fanout.arr size configurable up to 64KTanner Love2020-11-092-14/+28
|/
* net/packet: Fix a comment about network_headerXie He2020-09-191-1/+1
* net/packet: Fix a comment about mac_headerXie He2020-09-171-11/+12
* net/packet: Fix a comment about hard_header_len and headroom allocationXie He2020-09-141-6/+9
* net/packet: Remove unused macro BLOCK_PRIVWang Hai2020-09-061-1/+0