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
*
gre: Call gso_make_checksum
Tom Herbert
2014-06-05
5
-4
/
+14
*
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
2014-06-05
4
-22
/
+24
*
tcp: Call gso_make_checksum
Tom Herbert
2014-06-05
1
-5
/
+2
*
net: Support for multiple checksums with gso
Tom Herbert
2014-06-05
1
-0
/
+8
*
udp: Generic functions to set checksum
Tom Herbert
2014-06-05
1
-0
/
+37
*
net: Revert "fib_trie: use seq_file_net rather than seq->private"
Sasha Levin
2014-06-05
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-04
1
-6
/
+5
|
\
|
*
tcp: fix cwnd undo on DSACK in F-RTO
Yuchung Cheng
2014-06-03
1
-6
/
+5
*
|
fib_trie: use seq_file_net rather than seq->private
David Ahern
2014-06-03
1
-1
/
+1
*
|
inetpeer: get rid of ip_id_count
Eric Dumazet
2014-06-02
8
-57
/
+25
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2014-05-31
2
-20
/
+6
|
\
\
|
*
|
netfilter: add helper for adding nat extension
Florian Westphal
2014-04-29
2
-20
/
+6
*
|
|
ipmr: Replace comma with semicolon
Himangi Saraogi
2014-05-31
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
5
-19
/
+43
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
2014-05-22
1
-1
/
+1
|
*
|
ip_tunnel: Initialize the fallback device properly
Steffen Klassert
2014-05-21
1
-0
/
+1
|
*
|
ipv4: ip_tunnels: disable cache for nbma gre tunnels
Timo Teräs
2014-05-16
1
-1
/
+2
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-05-16
3
-17
/
+39
|
|
\
\
|
|
*
|
vti: Use the tunnel mark for lookup in the error handlers.
Steffen Klassert
2014-05-12
1
-1
/
+4
|
|
*
|
xfrm4: Properly handle unsupported protocols
Steffen Klassert
2014-04-29
1
-2
/
+17
|
|
*
|
vti4: Don't count header length twice.
Steffen Klassert
2014-04-16
1
-1
/
+0
|
|
*
|
xfrm: Fix crash with ipv6 IPsec tunnel and NAT.
Steffen Klassert
2014-04-07
1
-14
/
+18
*
|
|
|
net: Make enabling of zero UDP6 csums more restrictive
Tom Herbert
2014-05-23
1
-1
/
+19
*
|
|
|
net: Split sk_no_check into sk_no_check_{rx,tx}
Tom Herbert
2014-05-23
1
-1
/
+1
*
|
|
|
net: Eliminate no_check from protosw
Tom Herbert
2014-05-23
2
-8
/
+0
*
|
|
|
tcp: make cwnd-limited checks measurement-based, and gentler
Neal Cardwell
2014-05-22
1
-14
/
+23
*
|
|
|
net: tunnels - enable module autoloading
Tom Gundersen
2014-05-21
1
-0
/
+1
*
|
|
|
ipv4: minor spelling fix
stephen hemminger
2014-05-19
1
-1
/
+1
*
|
|
|
ip_tunnel: don't add tunnel twice
Duan Jiong
2014-05-16
1
-4
/
+2
*
|
|
|
ip_tunnel: delete unneeded call to netdev_priv
Julia Lawall
2014-05-15
1
-2
/
+1
*
|
|
|
net: Use a more standard macro for INET_ADDR_COOKIE
Joe Perches
2014-05-14
2
-3
/
+3
*
|
|
|
ipv4: make ip_local_reserved_ports per netns
WANG Cong
2014-05-14
5
-30
/
+18
*
|
|
|
net: support marking accepting TCP sockets
Lorenzo Colitti
2014-05-14
4
-3
/
+14
*
|
|
|
net: Use fwmark reflection in PMTU discovery.
Lorenzo Colitti
2014-05-14
1
-0
/
+7
*
|
|
|
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
2014-05-14
3
-3
/
+18
*
|
|
|
tcp: IPv6 support for fastopen server
Daniel Lee
2014-05-13
1
-14
/
+43
*
|
|
|
tcp: improve fastopen icmp handling
Yuchung Cheng
2014-05-13
1
-21
/
+14
*
|
|
|
tcp: use tcp_v4_send_synack on first SYN-ACK
Yuchung Cheng
2014-05-13
4
-98
/
+78
*
|
|
|
tcp: simplify fast open cookie processing
Yuchung Cheng
2014-05-13
3
-51
/
+32
*
|
|
|
tcp: move fastopen functions to tcp_fastopen.c
Yuchung Cheng
2014-05-13
2
-183
/
+192
*
|
|
|
net: rename local_df to ignore_df
WANG Cong
2014-05-12
4
-9
/
+9
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-12
12
-103
/
+124
|
\
|
|
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-05-09
2
-4
/
+6
|
|
\
\
\
|
|
*
|
|
ipv4: fix "conntrack zones" support for defrag user check in ip_expire
Vasily Averin
2014-05-05
1
-2
/
+3
|
|
*
|
|
netfilter: ipv4: defrag: set local_df flag on defragmented skb
Florian Westphal
2014-05-04
1
-2
/
+3
|
*
|
|
|
ping: move ping_group_range out of CONFIG_SYSCTL
Cong Wang
2014-05-09
3
-13
/
+14
|
*
|
|
|
ipv4: move local_port_range out of CONFIG_SYSCTL
Cong Wang
2014-05-09
4
-24
/
+45
|
*
|
|
|
ipv4: fib_semantics: increment fib_info_cnt after fib_info allocation
Sergey Popovich
2014-05-07
1
-1
/
+1
|
*
|
|
|
net: ip: push gso skb forwarding handling down the stack
Florian Westphal
2014-05-07
2
-53
/
+48
|
*
|
|
|
net: ipv4: ip_forward: fix inverted local_df test
Florian Westphal
2014-05-07
1
-2
/
+2
[next]