index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Lines
2014-06-13
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
-0
/
+4
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-756
/
+715
2014-06-12
tcp: fixing TLP's FIN recovery
Per Hurtig
-3
/
+1
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-9
/
+19
2014-06-11
net: Add skb_gro_postpull_rcsum to udp and vxlan
Tom Herbert
-0
/
+1
2014-06-11
net: Save software checksum complete
Tom Herbert
-2
/
+4
2014-06-11
ipv4: fix a race in ip4_datagram_release_cb()
Eric Dumazet
-5
/
+15
2014-06-11
ip_tunnel: fix i_key matching in ip_tunnel_find
Dmitry Popov
-2
/
+3
2014-06-11
ip_vti: Fix 'ip tunnel add' with 'key' parameters
Dmitry Popov
-5
/
+13
2014-06-10
ipip, sit: fix ipv4_{update_pmtu,redirect} calls
Dmitry Popov
-2
/
+2
2014-06-10
gre: allow changing mac address when device is up
stephen hemminger
-0
/
+1
2014-06-10
tcp: add gfp parameter to tcp_fragment
Octavian Purdila
-9
/
+11
2014-06-09
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
-14
/
+17
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
-4
/
+2
2014-06-05
ip_tunnel: fix possible rtable leak
Dmitry Popov
-0
/
+1
2014-06-05
ipv4: use skb frags api in udp4_hwcsum()
WANG Cong
-4
/
+5
2014-06-05
net: use the new API kvfree()
WANG Cong
-4
/
+1
2014-06-04
gre: Call gso_make_checksum
Tom Herbert
-4
/
+14
2014-06-04
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
-22
/
+24
2014-06-04
tcp: Call gso_make_checksum
Tom Herbert
-5
/
+2
2014-06-04
net: Support for multiple checksums with gso
Tom Herbert
-0
/
+8
2014-06-04
udp: Generic functions to set checksum
Tom Herbert
-0
/
+37
2014-06-04
net: Revert "fib_trie: use seq_file_net rather than seq->private"
Sasha Levin
-1
/
+1
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-6
/
+5
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-4
/
+2
2014-06-02
tcp: fix cwnd undo on DSACK in F-RTO
Yuchung Cheng
-6
/
+5
2014-06-02
fib_trie: use seq_file_net rather than seq->private
David Ahern
-1
/
+1
2014-06-02
inetpeer: get rid of ip_id_count
Eric Dumazet
-57
/
+25
2014-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-20
/
+6
2014-05-30
ipmr: Replace comma with semicolon
Himangi Saraogi
-1
/
+1
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-19
/
+43
2014-05-23
net: Make enabling of zero UDP6 csums more restrictive
Tom Herbert
-1
/
+19
2014-05-23
net: Split sk_no_check into sk_no_check_{rx,tx}
Tom Herbert
-1
/
+1
2014-05-23
net: Eliminate no_check from protosw
Tom Herbert
-8
/
+0
2014-05-22
ipv4: initialise the itag variable in __mkroute_input
Li RongQing
-1
/
+1
2014-05-22
tcp: make cwnd-limited checks measurement-based, and gentler
Neal Cardwell
-14
/
+23
2014-05-21
net: tunnels - enable module autoloading
Tom Gundersen
-0
/
+1
2014-05-21
ip_tunnel: Initialize the fallback device properly
Steffen Klassert
-0
/
+1
2014-05-18
ipv4: minor spelling fix
stephen hemminger
-1
/
+1
2014-05-16
ipv4: ip_tunnels: disable cache for nbma gre tunnels
Timo Teräs
-1
/
+2
2014-05-16
ip_tunnel: don't add tunnel twice
Duan Jiong
-4
/
+2
2014-05-15
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-17
/
+39
2014-05-15
ip_tunnel: delete unneeded call to netdev_priv
Julia Lawall
-2
/
+1
2014-05-14
net: Use a more standard macro for INET_ADDR_COOKIE
Joe Perches
-3
/
+3
2014-05-14
ipv4: make ip_local_reserved_ports per netns
WANG Cong
-30
/
+18
2014-05-13
net: support marking accepting TCP sockets
Lorenzo Colitti
-3
/
+14
2014-05-13
net: Use fwmark reflection in PMTU discovery.
Lorenzo Colitti
-0
/
+7
2014-05-13
net: add a sysctl to reflect the fwmark on replies
Lorenzo Colitti
-3
/
+18
2014-05-13
tcp: IPv6 support for fastopen server
Daniel Lee
-14
/
+43
2014-05-13
tcp: improve fastopen icmp handling
Yuchung Cheng
-21
/
+14
[next]