index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
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-01-14
net: ipv4: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-5
/
+3
2019-12-07
inet: protect against too small mtu values.
Eric Dumazet
1
-5
/
+8
2019-11-16
netfilter: Support iif matches in POSTROUTING
Phil Sutter
1
-2
/
+2
2019-10-21
ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation
Eric Dumazet
1
-5
/
+6
2019-10-18
net: ensure correct skb->tstamp in various fragmenters
Eric Dumazet
1
-0
/
+3
2019-09-27
tcp: honor SO_PRIORITY in TIME_WAIT state
Eric Dumazet
1
-1
/
+0
2019-09-21
ipv4: Revert removal of rt_uses_gateway
David Ahern
1
-1
/
+1
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
1
-1
/
+2
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
[next]