index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
/
diag.c
Age
Commit message (
Expand
)
Author
2024-03-11
net/packet: Add getsockopt support for PACKET_COPY_THRESH
Juntong Deng
2024-01-23
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
2023-05-25
af_packet: Fix data-races of pkt_sk(sk)->num.
Kuniyuki Iwashima
2023-04-21
net/packet: support mergeable feature of virtio
Jianfeng Tan
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: annotate accesses to po->tp_tstamp
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
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2017-01-10
packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3
Sowmini Varadhan
2015-01-18
netlink: make nlmsg_end() and genlmsg_end() void
Johannes Berg
2014-04-24
net: Use netlink_ns_capable to verify the permisions of netlink messages
Eric W. Biederman
2014-04-24
net: Move the permission check in sock_diag_put_filterinfo to packet_diag_dump
Eric W. Biederman
2014-04-22
net: Fix ns_capable check in sock_diag_put_filterinfo
Andrew Lutomirski
2014-01-16
packet: use percpu mmap tx frame pending refcount
Daniel Borkmann
2013-04-29
sock_diag: allow to dump bpf filters
Nicolas Dichtel
2013-04-29
packet_diag: disclose meminfo values
Nicolas Dichtel
2013-04-29
packet_diag: disclose uid value
Nicolas Dichtel
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-08-22
packet: Protect packet sk list with mutex (v2)
Pavel Emelyanov
2012-08-20
packet: Report fanout status via diag engine
Pavel Emelyanov
2012-08-20
packet: Report rings cfg via diag engine
Pavel Emelyanov
2012-08-14
packet: Report socket mclist info via diag module
Pavel Emelyanov
2012-08-14
packet: Report more packet sk info via diag module
Pavel Emelyanov
2012-08-14
packet: Diag core and basic socket info dumping
Pavel Emelyanov