summaryrefslogtreecommitdiffstats
path: root/net/packet
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/packet: fix overflow in tpacket_rcvOr Cohen2020-09-041-1/+6
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-131-2/+7
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-19/+20
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-2/+2
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-29/+4
* af_packet: TPACKET_V3: replace busy-wait loopJohn Ogness2020-07-162-11/+11
* net/packet: remove redundant initialization of variable errColin Ian King2020-07-011-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2020-03-152-1/+25
* net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn2020-03-111-6/+7
* Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-10/+17
|\
| * packet: clarify timestamp overflowArnd Bergmann2019-12-181-10/+17
* | af_packet: refactoring code for prb_calc_retire_blk_tmoMao Wenan2019-12-261-18/+12
* | af_packet: set defaule value for tmoMao Wenan2019-12-091-1/+2
|/
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2019-11-081-3/+9
* netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+2
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-151-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-272-4/+20
|\
| * af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-262-3/+18
| * net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
* | net/packet: introduce packet_rcv_try_clear_pressure() helperEric Dumazet2019-06-141-4/+9
* | net/packet: remove locking from packet_rcv_has_room()Eric Dumazet2019-06-141-11/+9