aboutsummaryrefslogtreecommitdiffstats
path: root/net/packet/af_packet.c
AgeCommit message (Expand)Author
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-12-22net/packet: rx_owner_map depends on pg_vecWillem de Bruijn
2021-08-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet
2020-10-20Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-10-07net/packet: fix overflow in tpacket_rcvOr Cohen
2020-08-19Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-08-19af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness
2020-04-14Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-04-02net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn
2020-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-18net/packet: tpacket_rcv: do not increment ring index on dropWillem de Bruijn
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-01-27packet: fix data-race in fanout_flow_is_huge()Eric Dumazet
2020-01-27packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn
2019-12-31af_packet: set defaule value for tmoMao Wenan
2019-09-15Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-08-25net/packet: fix race in tpacket_snd()Eric Dumazet
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-04Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-07-03net/packet: fix memory leak in packet_set_ring()Eric Dumazet
2019-07-03af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-06-11packet: unconditionally free po->rolloverWillem de Bruijn
2019-05-17Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-16packet: Fix error path in packet_initYueHaibing
2019-05-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-05-05packet: validate msg_namelen in send directlyWillem de Bruijn
2019-04-12Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier
2019-04-03net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-02-27net/packet: fix 4gb buffer limit due to overflow checkKal Conley
2019-02-23af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel
2019-02-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-01-22packet: Do not leak dev refcounts on error exitJason Gunthorpe
2019-01-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-01-09packet: validate address length if non-zeroWillem de Bruijn
2019-01-09packet: validate address lengthWillem de Bruijn
2018-12-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2018-12-05packet: copy user buffers before orphan or cloneWillem de Bruijn
2018-11-28net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner
2018-10-04net/packet: fix packet drop as of virtio gsoJianfeng Tan
2018-08-31Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet
2018-08-13packet: switch kvzalloc to allocate memoryLi RongQing
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-06packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-08-04net: Remove some unneeded semicolonzhong jiang