index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
/
internal.h
Age
Commit message (
Expand
)
Author
2023-04-21
net/packet: support mergeable feature of virtio
Jianfeng Tan
2023-03-19
net/packet: remove po->xmit
Eric Dumazet
2023-03-18
af_packet: preserve const qualifier in pkt_sk()
Eric Dumazet
2023-03-17
net/packet: convert po->pressure to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->running to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->has_vnet_hdr to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->tp_loss to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->tp_tx_has_off to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->auxdata to an atomic flag
Eric Dumazet
2023-03-17
net/packet: convert po->origdev to an atomic flag
Eric Dumazet
2021-04-14
net/packet: remove data races in fanout operations
Eric Dumazet
2021-01-29
net: packet: make pkt_sk() inline
Menglong Dong
2020-11-09
net/packet: make packet_fanout.arr size configurable up to 64K
Tanner Love
2020-07-16
af_packet: TPACKET_V3: replace busy-wait loop
John Ogness
2020-03-15
net/packet: tpacket_rcv: avoid a producer race condition
Willem de Bruijn
2019-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-26
af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...
Neil Horman
2019-06-14
net/packet: make tp_drops atomic
Eric Dumazet
2018-08-31
Revert "packet: switch kvzalloc to allocate memory"
Eric Dumazet
2018-08-13
packet: switch kvzalloc to allocate memory
Li RongQing
2018-04-24
packet: fix bitfield update race
Willem de Bruijn
2017-11-28
packet: fix crash in fanout_demux_rollover()
Mike Maloney
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-01
net: convert packet_fanout.sk_ref from atomic_t to refcount_t
Reshetova, Elena
2015-08-17
packet: add classic BPF fanout mode
Willem de Bruijn
2015-06-21
packet: free packet_rollover after synchronize_net
Willem de Bruijn
2015-05-13
packet: rollover statistics
Willem de Bruijn
2015-05-13
packet: rollover huge flows before small flows
Willem de Bruijn
2015-05-13
packet: rollover lock contention avoidance
Willem de Bruijn
2015-05-13
packet: rollover prepare: per-socket state
Willem de Bruijn
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
2014-08-21
packet: handle too big packets for PACKET_V3
Eric Dumazet
2014-01-16
packet: use percpu mmap tx frame pending refcount
Daniel Borkmann
2013-12-09
packet: introduce PACKET_QDISC_BYPASS socket option
Daniel Borkmann
2013-11-21
packet: fix use after free race in send path when dev is released
Daniel Borkmann
2013-04-25
packet: account statistics only in tpacket_stats_u
Daniel Borkmann
2013-04-25
packet: reorder a member in packet_ring_buffer
Daniel Borkmann
2013-03-19
packet: packet fanout rollover during socket overload
Willem de Bruijn
2012-11-07
packet: tx_ring: allow the user to choose tx data offset
Paul Chavent
2012-08-20
packet: Report fanout status via diag engine
Pavel Emelyanov
2012-08-14
packet: Introduce net/packet/internal.h header
Pavel Emelyanov