index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
packet
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-21
/
+7
2025-01-03
af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEK
Eric Dumazet
1
-12
/
+4
2025-01-03
af_packet: fix vlan_get_tci() vs MSG_PEEK
Eric Dumazet
1
-9
/
+3
2024-12-17
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-1
/
+1
2024-10-16
af_packet: avoid erroring out after sock_init_data() in packet_create()
Ignat Korchagin
1
-6
/
+6
2024-10-15
af_packet: allow fanout_add when socket is not RUNNING
Gur Stavi
1
-4
/
+5
2024-10-04
net_tstamp: add SCM_TS_OPT_ID for RAW sockets
Vadim Fedorenko
1
-3
/
+3
2024-09-12
net: add support for skbs with unreadable frags
Mina Almasry
1
-2
/
+2
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+84
2024-07-15
af_packet: Handle outgoing VLAN packets without hardware offloading
Chengen Du
1
-2
/
+84
2024-06-19
af_packet: use sk_skb_reason_drop to free rx packets
Yan Zhai
1
-5
/
+5
2024-05-24
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
1
-4
/
+3
2024-05-17
af_packet: do not call packet_read_pending() from tpacket_destruct_skb()
Eric Dumazet
1
-2
/
+1
2024-04-08
af_packet: avoid a false positive warning in packet_setsockopt()
Eric Dumazet
1
-12
/
+14
2024-03-18
Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
Abhishek Chauhan
1
-3
/
+1
2024-03-18
packet: annotate data-races around ignore_outgoing
Eric Dumazet
1
-2
/
+2
2024-03-12
net/packet: Add getsockopt support for PACKET_COPY_THRESH
Juntong Deng
2
-3
/
+6
2024-03-05
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
1
-1
/
+3
2024-01-23
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-01-05
net: fill in MODULE_DESCRIPTION() for AF_PACKET
Jakub Kicinski
1
-0
/
+1
2023-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-9
/
+9
2023-12-06
packet: add a generic drop reason for receive
Yan Zhai
1
-13
/
+7
2023-12-05
packet: Move reference count in packet_sock to atomic_long_t
Daniel Borkmann
2
-9
/
+9
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
1
-0
/
+1
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+6
2023-10-12
af_packet: Fix fortified memcpy() without flex array.
Kuniyuki Iwashima
1
-1
/
+6
2023-10-06
net/packet: Annotate struct packet_fanout with __counted_by
Kees Cook
1
-1
/
+1
2023-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+10
2023-08-05
net/packet: annotate data-races around tp->status
Eric Dumazet
1
-6
/
+10
2023-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+6
2023-08-03
net/packet: change packet_alloc_skb() to allow bigger paged allocations
Eric Dumazet
1
-1
/
+3
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
1
-3
/
+3
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-3
/
+3
2023-07-26
af_packet: Fix warning of fortified memcpy() in packet_getname().
Kuniyuki Iwashima
1
-1
/
+1
2023-06-25
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-2
/
+0
2023-05-30
af_packet: do not use READ_ONCE() in packet_bind()
Eric Dumazet
1
-3
/
+5
2023-05-26
af_packet: Fix data-races of pkt_sk(sk)->num.
Kuniyuki Iwashima
2
-3
/
+3
2023-05-10
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
1
-4
/
+2
2023-05-03
af_packet: Don't send zero-byte data in packet_sendmsg_spkt().
Kuniyuki Iwashima
1
-1
/
+1
2023-04-21
net/packet: support mergeable feature of virtio
Jianfeng Tan
3
-40
/
+59
2023-03-28
net: introduce a config option to tweak MAX_SKB_FRAGS
Eric Dumazet
1
-2
/
+2
2023-03-19
net/packet: remove po->xmit
Eric Dumazet
2
-16
/
+10
2023-03-18
af_packet: preserve const qualifier in pkt_sk()
Eric Dumazet
1
-4
/
+1
2023-03-17
net/packet: convert po->pressure to an atomic flag
Eric Dumazet
2
-7
/
+9
2023-03-17
net/packet: convert po->running to an atomic flag
Eric Dumazet
3
-12
/
+12
2023-03-17
net/packet: convert po->has_vnet_hdr to an atomic flag
Eric Dumazet
3
-11
/
+12
2023-03-17
net/packet: convert po->tp_loss to an atomic flag
Eric Dumazet
3
-6
/
+6
2023-03-17
net/packet: convert po->tp_tx_has_off to an atomic flag
Eric Dumazet
2
-5
/
+5
2023-03-17
net/packet: annotate accesses to po->tp_tstamp
Eric Dumazet
2
-5
/
+6
2023-03-17
net/packet: convert po->auxdata to an atomic flag
Eric Dumazet
3
-8
/
+6
[next]