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
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
/
ipv4
/
udp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+32
2021-04-02
net: udp: Add support for getsockopt(..., ..., UDP_GRO, ..., ...);
Norman Maurer
1
-0
/
+4
2021-04-01
udp: Implement ->read_sock() for sockmap
Cong Wang
1
-0
/
+29
2021-04-01
sock: Introduce sk->sk_prot->psock_update_sk_prot()
Cong Wang
1
-0
/
+3
2021-03-31
udp: never accept GSO_FRAGLIST packets
Paolo Abeni
1
-0
/
+3
2021-03-31
udp: fixup csum for GSO receive slow path
Paolo Abeni
1
-0
/
+2
2021-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+3
2021-02-05
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-0
/
+6
2021-01-21
bpf: Split cgroup_bpf_enabled per attach type
Stanislav Fomichev
1
-4
/
+3
2021-01-20
udp: mask TOS bits in udp_v4_early_demux()
Guillaume Nault
1
-1
/
+2
2020-12-16
Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-12-07
udp: fix the proto value passed to ip_protocol_deliver_rcu for the segments
Xin Long
1
-1
/
+1
2020-11-24
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
1
-1
/
+1
2020-11-15
inet: unexport udp{4|6}_lib_lookup_skb()
Eric Dumazet
1
-1
/
+0
2020-11-11
inet: udp{4|6}_lib_lookup_skb() skb argument is const
Eric Dumazet
1
-1
/
+1
2020-11-10
net: udp: remove redundant initialization in udp_send_skb
Menglong Dong
1
-1
/
+1
2020-11-10
net: udp: introduce UDP_MIB_MEMERRORS for udp_mem
Menglong Dong
1
-0
/
+3
2020-10-31
udp: check udp sock encap_type in __udp_lib_err
Xin Long
1
-1
/
+1
2020-08-25
net: ipv4: delete repeated words
Randy Dunlap
1
-1
/
+1
2020-07-31
udp, bpf: Ignore connections in reuseport group after BPF sk lookup
Jakub Sitnicki
1
-1
/
+1
2020-07-26
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
1
-2
/
+2
2020-07-26
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
1
-2
/
+6
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-16
/
+14
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-3
/
+3
2020-07-25
net/udp: switch udp_lib_setsockopt to sockptr_t
Christoph Hellwig
1
-3
/
+4
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-20
/
+77
2020-07-22
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
1
-1
/
+1
2020-07-22
udp: Improve load balancing for SO_REUSEPORT.
Kuniyuki Iwashima
1
-6
/
+9
2020-07-21
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
1
-1
/
+3
2020-07-20
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
1
-24
/
+0
2020-07-18
udp: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
1
-9
/
+50
2020-07-18
udp: Extract helper for selecting socket from reuseport group
Jakub Sitnicki
1
-10
/
+24
2020-07-14
net: ipv4: kerneldoc fixes
Andrew Lunn
1
-3
/
+3
2020-06-25
net: bpf: Implement bpf iterator for udp
Yonghong Song
1
-0
/
+116
2020-06-25
net: bpf: Add bpf_seq_afinfo in udp_iter_state
Yonghong Song
1
-5
/
+23
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
1
-1
/
+9
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+4
2020-03-30
net: Track socket refcounts in skb_steal_sock()
Joe Stringer
1
-2
/
+4
2020-03-30
net: Fix typo of SKB_SGO_CB_OFFSET
Cambda Zhu
1
-1
/
+1
2020-03-13
inet: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-02-28
net: datagram: drop 'destructor' argument from several helpers
Paolo Abeni
1
-6
/
+8
2020-02-20
udp: rehash on disconnect
Willem de Bruijn
1
-1
/
+5
2020-01-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+2
2020-01-22
Revert "udp: do rmem bulk free even if the rx sk queue is empty"
Paolo Abeni
1
-1
/
+2
2020-01-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+2
2020-01-14
net: udp: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-2
/
+1
2019-12-25
udp: fix integer overflow while computing available space in sk_rcvbuf
Antonio Messina
1
-1
/
+1
2019-12-09
net: add queue argument to __skb_wait_for_more_packets and __skb_{,try_}recv_...
Sabrina Dubroca
1
-1
/
+2
[next]