index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: tcp: send zero IPID in SYNACK messages
Eric Dumazet
2022-02-08
1
-2
/
+9
*
ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
Gustavo A. R. Silva
2021-09-22
1
-2
/
+3
*
net: ip: always refragment ip defragmented packets
Florian Westphal
2021-01-17
1
-1
/
+1
*
ip: fix tos reflection in ack and reset packets
Wei Wang
2020-10-01
1
-1
/
+2
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-21
1
-5
/
+9
*
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
Shmulik Ladkani
2019-05-08
1
-0
/
+1
*
ip: hash fragments consistently
Paolo Abeni
2018-07-28
1
-0
/
+2
*
net: test tailroom before appending to linear skb
Willem de Bruijn
2018-05-25
1
-1
/
+2
*
udp: remove unreachable ufo branches
Willem de Bruijn
2017-08-22
1
-8
/
+4
*
ip/options: explicitly provide net ns to __ip_options_echo()
Paolo Abeni
2017-08-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-07-21
1
-4
/
+4
|
\
|
*
ipv4: ip_do_fragment: fix headroom tests
Vasily Averin
2017-07-15
1
-4
/
+4
*
|
inet: Stop generating UFO packets.
David S. Miller
2017-07-17
1
-76
/
+0
|
/
*
net: reflect mark on tcp syn ack packets
Jamal Hadi Salim
2017-07-04
1
-1
/
+2
*
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-3
/
+3
*
net: account for current skb length when deciding about UFO
Michal Kubeček
2017-06-23
1
-1
/
+2
*
udp: avoid ufo handling on IP payload compression packets
Alexey Kodanev
2017-03-09
1
-1
/
+1
*
net: rename dst_neigh_output back to neigh_output
Julian Anastasov
2017-02-11
1
-1
/
+1
*
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
2017-02-07
1
-0
/
+6
*
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
2017-02-07
1
-1
/
+4
*
tcp: fix mark propagation with fwmark_reflect enabled
Pau Espin Pedrol
2017-01-09
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
ipv4: Should use consistent conditional judgement for ip fragment in __ip_app...
zheng li
2016-12-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-16
1
-2
/
+2
|
\
|
*
switch getfrag callbacks to ..._full() primitives
Al Viro
2016-12-05
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-03
1
-0
/
+2
|
\
\
|
*
|
ipv4: Set skb->protocol properly for local output
Eli Cooper
2016-12-02
1
-0
/
+2
|
|
/
*
|
net: ipv4, ipv6: run cgroup eBPF egress programs
Daniel Mack
2016-11-25
1
-2
/
+24
*
|
net: fix bogus cast in skb_pagelen() and use unsigned variables
Alexey Dobriyan
2016-11-19
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-10
/
+15
|
\
\
|
|
/
|
*
ipv4: update comment to document GSO fragmentation cases.
Lance Richardson
2016-11-10
1
-5
/
+11
|
*
net: tcp response should set oif only if it is L3 master
David Ahern
2016-11-09
1
-1
/
+2
|
*
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
2016-11-03
1
-4
/
+2
*
|
net: inet: Support UID-based routing in IP protocols.
Lorenzo Colitti
2016-11-04
1
-1
/
+2
|
/
*
ipv4: Remove unused but set variable
Tobias Klauser
2016-10-18
1
-3
/
+0
*
net: l3mdev: remove redundant calls
David Ahern
2016-09-10
1
-2
/
+1
*
net: l3mdev: Add hook to output path
David Ahern
2016-09-10
1
-0
/
+8
*
ipv4: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
2016-09-10
1
-1
/
+1
*
net: lwtunnel: Handle fragmentation
Roopa Prabhu
2016-08-30
1
-0
/
+8
*
net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags
Shmulik Ladkani
2016-07-19
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-06
1
-2
/
+2
|
\
|
*
ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_output
Shmulik Ladkani
2016-06-30
1
-2
/
+2
*
|
skbuff: introduce skb_gso_validate_mtu
Marcelo Ricardo Leitner
2016-06-03
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-1
/
+4
|
\
|
*
ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
Hannes Frederic Sowa
2016-02-24
1
-1
/
+4
*
|
ipv4: Namespaceify ip_default_ttl sysctl knob
Nikolay Borisov
2016-02-16
1
-3
/
+0
|
/
*
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
2016-01-15
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-01-11
1
-1
/
+1
|
\
|
*
udp: disallow UFO for sockets with SO_NO_CHECK option
Michal Kubeček
2016-01-11
1
-1
/
+1
*
|
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
1
-1
/
+1
[next]