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
/
include
/
net
/
ip.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-25
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-1
/
+1
2020-07-25
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
1
-3
/
+2
2020-07-20
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
1
-4
/
+0
2020-06-21
tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit
Eric Dumazet
1
-5
/
+1
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
1
-0
/
+1
2020-05-28
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
1
-0
/
+1
2020-05-28
ipv4: add ip_sock_set_recverr
Christoph Hellwig
1
-0
/
+1
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
1
-0
/
+1
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
1
-0
/
+2
2019-12-07
inet: protect against too small mtu values.
Eric Dumazet
1
-0
/
+5
2019-11-27
net: inet_is_local_reserved_port() port arg should be unsigned short
Maciej Żenczykowski
1
-2
/
+2
2019-11-27
net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)
Maciej Żenczykowski
1
-4
/
+4
2019-11-23
net: inet_is_local_reserved_port() should return bool not int
Maciej Żenczykowski
1
-4
/
+4
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-2
/
+2
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
1
-0
/
+1
2019-06-15
ipv4: tcp: fix ACK/RST sent with a transmit delay
Eric Dumazet
1
-1
/
+1
2019-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+1
2019-06-04
net: fix use-after-free in kfree_skb_list
Eric Dumazet
1
-1
/
+0
2019-05-31
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-0
/
+16
2019-05-31
net: ipv4: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-0
/
+23
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-04-01
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
1
-1
/
+1
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
1
-0
/
+4
2019-03-02
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
1
-1
/
+1
2019-02-26
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
1
-0
/
+2
2018-11-08
ip: factor out protocol delivery helper
Paolo Abeni
1
-0
/
+1
2018-11-07
net: Add extack argument to ip_fib_metrics_init
David Ahern
1
-1
/
+2
2018-10-05
net: Move free of dst_metrics to helper
David Ahern
1
-0
/
+9
2018-10-05
net: common metrics init helper for dst_entry
David Ahern
1
-0
/
+12
2018-10-05
net: Move free of fib_metrics to helper
David Ahern
1
-0
/
+6
2018-10-05
net: common metrics init helper for FIB entries
David Ahern
1
-2
/
+2
2018-07-07
ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6
Willem de Bruijn
1
-1
/
+0
2018-07-07
ipv4: ipcm_cookie initializers
Willem de Bruijn
1
-0
/
+15
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
1
-0
/
+2
2018-07-04
ipv4: add __ip_queue_xmit() that supports tos param
Xin Long
1
-1
/
+8
2018-05-23
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
Roopa Prabhu
1
-0
/
+3
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
1
-0
/
+1
2018-04-26
udp: expose inet cork to udp
Willem de Bruijn
1
-1
/
+1
2018-04-18
net: Move fib_convert_metrics to metrics file
David Ahern
1
-0
/
+3
2018-04-01
inet: frags: remove some helpers
Eric Dumazet
1
-1
/
+0
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+9
2018-03-22
net: Make ip_ra_chain per struct net
Kirill Tkhai
1
-2
/
+11
2018-03-14
ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
Sabrina Dubroca
1
-2
/
+9
2018-02-28
inet: whitespace cleanup
Stephen Hemminger
1
-6
/
+6
2017-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-12-13
ipv4: igmp: guard against silly MTU values
Eric Dumazet
1
-0
/
+1
2017-12-03
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
Martin KaFai Lau
1
-0
/
+9
2017-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-08-17
ipv4: better IP_MAX_MTU enforcement
Eric Dumazet
1
-2
/
+2
[next]