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
/
ip_sockglue.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
1
-0
/
+11
2020-05-28
ipv4: add ip_sock_set_recverr
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
1
-9
/
+21
2020-05-26
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
1
-1
/
+1
2020-05-21
handle the group_source_req options directly
Al Viro
1
-2
/
+21
2020-05-21
ipv4: take handling of group_source_req options into a helper
Al Viro
1
-39
/
+44
2020-05-21
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
1
-0
/
+31
2020-05-21
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-21
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
1
-33
/
+40
2020-05-21
get rid of compat_mc_getsockopt()
Al Viro
1
-3
/
+41
2020-05-21
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
1
-5
/
+14
2020-05-21
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
1
-1
/
+9
2020-05-12
net: cleanly handle kernel vs user buffers for ->msg_control
Christoph Hellwig
1
-1
/
+2
2019-05-25
ip_sockglue: Fix missing-check bug in ip_ra_control()
Gen Zhang
1
-0
/
+2
2019-01-10
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
1
-7
/
+5
2018-11-06
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
Taehee Yoo
1
-3
/
+3
2018-10-03
ipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
Eric Dumazet
1
-2
/
+1
2018-07-25
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
1
-2
/
+5
2018-07-16
ipv4/igmp: init group mode as INCLUDE when join source group
Hangbin Liu
1
-2
/
+2
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+0
2018-05-25
ipv4: remove warning in ip_recv_error
Willem de Bruijn
1
-2
/
+0
2018-05-23
net: add skeleton of bpfilter kernel module
Alexei Starovoitov
1
-0
/
+17
2018-03-22
net: Replace ip_ra_lock with per-net mutex
Kirill Tkhai
1
-9
/
+6
2018-03-22
net: Make ip_ra_chain per struct net
Kirill Tkhai
1
-13
/
+2
2018-03-22
net: Revert "ipv4: fix a deadlock in ip_ra_control"
Kirill Tkhai
1
-1
/
+0
2018-03-22
net: Move IP_ROUTER_ALERT out of lock_sock(sk)
Kirill Tkhai
1
-3
/
+2
2018-03-22
net: Revert "ipv4: get rid of ip_ra_lock"
Kirill Tkhai
1
-2
/
+10
2018-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+1
2018-02-17
net: Only honor ifindex in IP_PKTINFO if non-0
David Ahern
1
-2
/
+4
2018-02-14
netfilter: drop outermost socket lock in getsockopt()
Paolo Abeni
1
-6
/
+1
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-10
/
+4
2018-01-31
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
1
-10
/
+4
2018-01-26
net/ipv4: Allow send to local broadcast from a socket bound to a VRF
David Ahern
1
-1
/
+5
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-16
net: ipv4: fix l3slave check for index returned in IP_PKTINFO
David Ahern
1
-2
/
+6
2017-08-14
net: ipv4: add check for l3slave for index returned in IP_PKTINFO
David Ahern
1
-1
/
+2
2017-08-07
Revert "ipv4: keep skb->dst around in presence of IP options"
Paolo Abeni
1
-8
/
+1
2017-08-07
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
1
-3
/
+4
2017-06-30
do_ip_setsockopt(): don't open-code memdup_user()
Al Viro
1
-14
/
+6
2017-05-01
ipv4: get rid of ip_ra_lock
WANG Cong
1
-10
/
+2
2017-04-17
net-timestamp: avoid use-after-free in ip_recv_error
Willem de Bruijn
1
-5
/
+4
2017-04-17
ipv4: fix a deadlock in ip_ra_control
WANG Cong
1
-0
/
+1
2017-02-21
ip: fix IP_CHECKSUM handling
Paolo Abeni
1
-4
/
+4
2017-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+8
2017-02-05
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
1
-1
/
+8
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+7
2017-01-04
scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))
yuan linyu
1
-1
/
+1
2016-12-30
net: Allow IP_MULTICAST_IF to set index to L3 slave
David Ahern
1
-1
/
+6
[next]