index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
net: ipv4: ipconfig: fix unused variable
Anders Roxell
2018-05-14
1
-3
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-12
3
-6
/
+13
|
\
|
|
|
*
|
ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
Andrey Ignatov
2018-05-11
2
-4
/
+10
|
*
|
udp: fix SO_BINDTODEVICE
Paolo Abeni
2018-05-10
1
-2
/
+2
|
*
|
ipv4: reset fnhe_mtu_locked after cache route flushed
Hangbin Liu
2018-05-10
1
-0
/
+1
*
|
|
erspan: auto detect truncated ipv6 packets.
William Tu
2018-05-11
1
-0
/
+6
*
|
|
udp: avoid refcount_t saturation in __udp_gso_segment()
Eric Dumazet
2018-05-11
1
-3
/
+11
*
|
|
tcp: switch pacing timer to softirq based hrtimer
Eric Dumazet
2018-05-11
2
-45
/
+26
*
|
|
tcp: Add mark for TIMEWAIT sockets
Jon Maxwell
2018-05-10
3
-3
/
+16
*
|
|
net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL
Joe Perches
2018-05-10
1
-5
/
+0
*
|
|
net/udp: Update udp_encap_needed static key to modern api
Davidlohr Bueso
2018-05-10
1
-4
/
+4
*
|
|
net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api
Davidlohr Bueso
2018-05-10
1
-3
/
+3
*
|
|
udp: Do not copy destructor if one is not present
Alexander Duyck
2018-05-09
1
-8
/
+14
*
|
|
udp: Add support for software checksum and GSO_PARTIAL with GSO offload
Alexander Duyck
2018-05-09
1
-10
/
+19
*
|
|
udp: Partially unroll handling of first segment and last segment
Alexander Duyck
2018-05-09
1
-14
/
+19
*
|
|
udp: Do not pass checksum as a parameter to GSO segmentation
Alexander Duyck
2018-05-09
1
-14
/
+18
*
|
|
udp: Do not pass MSS as parameter to GSO segmentation
Alexander Duyck
2018-05-09
1
-2
/
+4
*
|
|
udp: Record gso_segs when supporting UDP segmentation offload
Alexander Duyck
2018-05-09
1
-0
/
+2
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2018-05-08
1
-1
/
+1
|
\
\
\
|
*
|
|
udp: enable UDP checksum offload for ESP
Jacek Kalwas
2018-04-18
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-05-07
12
-279
/
+20
|
\
\
\
\
|
*
|
|
|
netfilter: nf_nat: remove unused ct arg from lookup functions
Florian Westphal
2018-05-06
3
-13
/
+7
|
*
|
|
|
netfilter: xtables: use ipt_get_target_c instead of ipt_get_target
Taehee Yoo
2018-04-24
1
-1
/
+1
|
*
|
|
|
netfilter: add NAT support for shifted portmap ranges
Thierry Du Tre
2018-04-24
8
-11
/
+11
|
*
|
|
|
netfilter: nf_flow_table: move init code to nf_flow_table_core.c
Felix Fietkau
2018-04-24
1
-2
/
+1
|
*
|
|
|
netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_table
Felix Fietkau
2018-04-24
1
-241
/
+0
|
*
|
|
|
netfilter: nf_flow_table: cache mtu in struct flow_offload_tuple
Felix Fietkau
2018-04-21
1
-14
/
+3
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-04
3
-69
/
+60
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
tcp: restore autocorking
Eric Dumazet
2018-05-03
1
-1
/
+1
|
*
|
|
|
ipv4: fix fnhe usage by non-cached routes
Julian Anastasov
2018-05-03
1
-65
/
+53
|
*
|
|
|
tcp_bbr: fix to zero idle_restart only upon S/ACKed data
Neal Cardwell
2018-05-02
1
-1
/
+3
|
*
|
|
|
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
2018-05-01
1
-1
/
+1
|
*
|
|
|
tcp: ignore Fast Open on repair mode
Yuchung Cheng
2018-04-27
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
udp: Complement partial checksum for GSO packet
Sean Tranchetti
2018-05-02
1
-0
/
+1
*
|
|
|
tcp: send in-queue bytes in cmsg upon read
Soheil Hassas Yeganeh
2018-05-02
1
-4
/
+39
*
|
|
|
udp: disable gso with no_check_tx
Willem de Bruijn
2018-05-01
1
-0
/
+4
*
|
|
|
tcp: Add clean acked data hook
Ilya Lesokhin
2018-05-01
1
-0
/
+25
*
|
|
|
erspan: auto detect truncated packets.
William Tu
2018-04-30
1
-0
/
+6
*
|
|
|
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
2018-04-30
2
-90
/
+106
*
|
|
|
udp: remove stray export symbol
Willem de Bruijn
2018-04-28
1
-1
/
+0
*
|
|
|
tcp: remove mss check in tcp_select_initial_window()
Wei Wang
2018-04-27
1
-5
/
+3
*
|
|
|
udp: add gso segment cmsg
Willem de Bruijn
2018-04-26
1
-2
/
+42
*
|
|
|
udp: paged allocation with gso
Willem de Bruijn
2018-04-26
1
-4
/
+11
*
|
|
|
udp: better wmem accounting on gso
Willem de Bruijn
2018-04-26
1
-1
/
+15
*
|
|
|
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
2018-04-26
2
-6
/
+36
*
|
|
|
udp: add udp gso
Willem de Bruijn
2018-04-26
1
-1
/
+52
*
|
|
|
udp: expose inet cork to udp
Willem de Bruijn
2018-04-26
2
-10
/
+11
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-25
1
-5
/
+2
|
\
|
|
|
|
*
|
|
tcp: don't read out-of-bounds opsize
Jann Horn
2018-04-23
1
-5
/
+2
*
|
|
|
ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers
Chris Novakovic
2018-04-24
1
-11
/
+107
[prev]
[next]