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.12.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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
udp: no need to preserve skb->dst
Paolo Abeni
1
-8
/
+5
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
6
-11
/
+12
2017-08-07
IP: do not modify ingress packet IP option in ip_options_echo()
Paolo Abeni
1
-3
/
+0
2017-08-04
tcp: enable MSG_ZEROCOPY
Willem de Bruijn
1
-1
/
+31
2017-08-04
net: fib_rules: Implement notification logic in core
Ido Schimmel
2
-37
/
+17
2017-08-04
net: core: Make the FIB notification chain generic
Ido Schimmel
5
-70
/
+60
2017-08-03
tcp: remove extra POLL_OUT added for finished active connect()
Neal Cardwell
1
-5
/
+0
2017-08-03
ipv4: Introduce ipip_offload_init helper function.
Tonghao Zhang
1
-1
/
+7
2017-08-03
ipv4: fib: Set offload indication according to nexthop flags
Ido Schimmel
1
-0
/
+2
2017-08-02
tcp: tcp_data_queue() cleanup
Eric Dumazet
1
-8
/
+7
2017-08-02
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
2
-13
/
+28
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-24
/
+24
2017-08-01
ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()
Ido Schimmel
1
-1
/
+1
2017-08-01
tcp: add related fields into SCM_TIMESTAMPING_OPT_STATS
Wei Wang
1
-1
/
+19
2017-08-01
tcp: extract the function to compute delivery rate
Wei Wang
1
-7
/
+16
2017-08-01
tcp: remove unused mib counters
Florian Westphal
1
-9
/
+0
2017-08-01
tcp: remove CA_ACK_SLOWPATH
Florian Westphal
2
-46
/
+20
2017-08-01
tcp: remove header prediction
Florian Westphal
4
-190
/
+10
2017-08-01
tcp: remove low_latency sysctl
Florian Westphal
2
-2
/
+3
2017-08-01
tcp: reindent two spots after prequeue removal
Florian Westphal
1
-27
/
+23
2017-08-01
tcp: remove prequeue support
Florian Westphal
5
-240
/
+1
2017-07-30
tcp: avoid bogus gcc-7 array-bounds warning
Arnd Bergmann
1
-2
/
+3
2017-07-30
udp6: fix socket leak on early demux
Paolo Abeni
1
-1
/
+2
2017-07-26
udp: unbreak build lacking CONFIG_XFRM
Paolo Abeni
1
-1
/
+1
2017-07-25
udp: preserve head state for IP_CMSG_PASSSEC
Paolo Abeni
1
-20
/
+18
2017-07-25
tcp: remove redundant argument from tcp_rcv_established()
Matvejchikov Ilya
3
-4
/
+6
2017-07-24
net: add infrastructure to un-offload UDP tunnel port
Sabrina Dubroca
1
-0
/
+18
2017-07-24
net: check UDP tunnel RX port offload feature before calling tunnel ndo ndo
Sabrina Dubroca
1
-1
/
+6
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-25
/
+61
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-23
/
+60
2017-07-21
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
1
-4
/
+5
2017-07-20
tcp: adjust tail loss probe timeout
Yuchung Cheng
2
-8
/
+11
2017-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+1
2017-07-18
udp: preserve skb->dst if required for IP options processing
Paolo Abeni
1
-2
/
+11
2017-07-18
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
1
-0
/
+1
2017-07-18
xfrm: remove flow cache
Florian Westphal
1
-9
/
+0
2017-07-18
net: xfrm: revert to lower xfrm dst gc limit
Florian Westphal
1
-1
/
+1
2017-07-18
vti: revert flush x-netns xfrm cache when vti interface is removed
Florian Westphal
1
-31
/
+0
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
1
-54
/
+4
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
3
-27
/
+5
2017-07-17
inet: Stop generating UFO packets.
David S. Miller
1
-76
/
+0
2017-07-17
inetpeer: remove AVL implementation in favor of RB tree
Eric Dumazet
1
-338
/
+90
2017-07-17
netfilter: nf_tables: only allow in/output for arp packets
Florian Westphal
1
-2
/
+1
2017-07-16
tcp_bbr: init pacing rate on first RTT sample
Neal Cardwell
1
-1
/
+9
2017-07-16
tcp_bbr: remove sk_pacing_rate=0 transient during init
Neal Cardwell
1
-1
/
+0
2017-07-16
tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
Neal Cardwell
1
-5
/
+18
2017-07-16
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
Neal Cardwell
1
-3
/
+11
2017-07-16
tcp_bbr: cut pacing rate only if filled pipe
Neal Cardwell
1
-2
/
+1
2017-07-16
ipv4: ip_do_fragment: fix headroom tests
Vasily Averin
1
-4
/
+4
[next]