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_output.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+21
2019-06-26
ipv4: reset rt_iif for recirculated mcast/bcast out pkts
Stephen Suryaputra
1
-0
/
+12
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-06-15
ipv4: tcp: fix ACK/RST sent with a transmit delay
Eric Dumazet
1
-1
/
+2
2019-06-11
net: correct udp zerocopy refcnt also when zerocopy only on append
Willem de Bruijn
1
-1
/
+1
2019-06-04
net: fix use-after-free in kfree_skb_list
Eric Dumazet
1
-3
/
+2
2019-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-11
/
+23
2019-06-01
bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
brakmo
1
-11
/
+23
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-05-31
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
1
-2
/
+2
2019-05-31
net: ipv4: place control buffer handling away from fragmentation iterators
Pablo Neira Ayuso
1
-18
/
+37
2019-05-31
net: ipv4: split skbuff into fragments transformer
Pablo Neira Ayuso
1
-88
/
+112
2019-05-31
net: ipv4: add skbuff fraglist splitter
Pablo Neira Ayuso
1
-33
/
+55
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2019-05-01
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
1
-0
/
+1
2019-04-09
ipv4: Add helpers for neigh lookup for nexthop
David Ahern
1
-7
/
+4
2019-04-09
neighbor: Add skip_cache argument to neigh_output
David Ahern
1
-1
/
+1
2019-04-09
ipv4: Prepare rtable for IPv6 gateway
David Ahern
1
-1
/
+1
2019-04-04
net: use kfree_skb_list() from ip_do_fragment()
Pablo Neira Ayuso
1
-5
/
+2
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
1
-0
/
+1
2018-12-08
ip: silence udp zerocopy smatch false positive
Willem de Bruijn
1
-1
/
+2
2018-12-04
udp: elide zerocopy operation in hot path
Willem de Bruijn
1
-11
/
+11
2018-12-04
udp: msg_zerocopy
Willem de Bruijn
1
-1
/
+22
2018-11-25
net: always initialize pagedlen
Willem de Bruijn
1
-1
/
+2
2018-09-10
net: Add and use skb_mark_not_on_list().
David S. Miller
1
-2
/
+2
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2018-07-23
ip: hash fragments consistently
Paolo Abeni
1
-0
/
+2
2018-07-07
ip: unconditionally set cork gso_size
Willem de Bruijn
1
-2
/
+1
2018-07-07
ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6
Willem de Bruijn
1
-1
/
+2
2018-07-07
ipv4: ipcm_cookie initializers
Willem de Bruijn
1
-5
/
+1
2018-07-04
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
1
-0
/
+3
2018-07-04
ipv4: add __ip_queue_xmit() that supports tos param
Xin Long
1
-4
/
+5
2018-06-20
ip: limit use of gso_size to udp
Willem de Bruijn
1
-1
/
+2
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-05-18
net: test tailroom before appending to linear skb
Willem de Bruijn
1
-1
/
+2
2018-05-11
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
1
-1
/
+1
2018-05-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2018-04-26
udp: paged allocation with gso
Willem de Bruijn
1
-4
/
+11
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
1
-3
/
+6
2018-04-26
udp: expose inet cork to udp
Willem de Bruijn
1
-9
/
+8
2018-04-18
udp: enable UDP checksum offload for ESP
Jacek Kalwas
1
-1
/
+1
2018-04-16
net: Fix one possible memleak in ip_setup_cork
Gao Feng
1
-3
/
+5
2018-04-04
net: avoid unneeded atomic operation in ip*_append_data()
Paolo Abeni
1
-1
/
+2
2018-04-01
ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()
Eric Dumazet
1
-5
/
+12
2018-03-05
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
1
-1
/
+1
2017-08-23
udp: remove unreachable ufo branches
Willem de Bruijn
1
-8
/
+4
2017-08-07
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
1
-1
/
+1
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2017-07-17
inet: Stop generating UFO packets.
David S. Miller
1
-76
/
+0
[next]