index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
ipconfig: add static to local variable
Fabian Frederick
1
-1
/
+1
2014-07-07
net: Save TX flow hash in sock and set in skbuf on xmit
Tom Herbert
3
-0
/
+5
2014-07-07
tcp: switch snt_synack back to measuring transmit time of first SYNACK
Neal Cardwell
1
-2
/
+0
2014-07-01
inet: move ipv6only in sock_common
Eric Dumazet
1
-1
/
+1
2014-06-29
tcp: tcp_conn_request: fix build error when IPv6 is disabled
Octavian Purdila
1
-1
/
+3
2014-06-27
tcp: add tcp_conn_request
Octavian Purdila
2
-126
/
+150
2014-06-27
tcp: add queue_add_hash to tcp_request_sock_ops
Octavian Purdila
1
-1
/
+2
2014-06-27
tcp: add mss_clamp to tcp_request_sock_ops
Octavian Purdila
1
-1
/
+2
2014-06-27
tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack
Octavian Purdila
2
-13
/
+16
2014-06-27
tcp: add send_synack method to tcp_request_sock_ops
Octavian Purdila
1
-3
/
+6
2014-06-27
tcp: add init_seq method to tcp_request_sock_ops
Octavian Purdila
1
-2
/
+3
2014-06-27
tcp: add route_req method to tcp_request_sock_ops
Octavian Purdila
1
-7
/
+29
2014-06-27
tcp: add init_cookie_seq method to tcp_request_sock_ops
Octavian Purdila
1
-1
/
+4
2014-06-27
tcp: add init_req method to tcp_request_sock_ops
Octavian Purdila
1
-12
/
+17
2014-06-27
tcp: tcp_v[46]_conn_request: fix snt_synack initialization
Octavian Purdila
1
-2
/
+0
2014-06-27
tcp: cookie_v4_init_sequence: skb should be const
Octavian Purdila
1
-1
/
+2
2014-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+7
2014-06-25
ipv4: fix dst race in sk_dst_get()
Eric Dumazet
1
-9
/
+5
2014-06-19
tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skb
Neal Cardwell
1
-1
/
+1
2014-06-17
tcp: move ir_mark initialization to tcp_openreq_init
Octavian Purdila
1
-2
/
+1
2014-06-16
tcp: remove unnecessary tcp_sk assignment.
Dave Jones
1
-1
/
+1
2014-06-13
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
Eric Dumazet
1
-0
/
+4
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
52
-756
/
+715
2014-06-12
tcp: fixing TLP's FIN recovery
Per Hurtig
1
-3
/
+1
2014-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-9
/
+19
2014-06-11
net: Add skb_gro_postpull_rcsum to udp and vxlan
Tom Herbert
1
-0
/
+1
2014-06-11
net: Save software checksum complete
Tom Herbert
1
-2
/
+4
2014-06-11
ipv4: fix a race in ip4_datagram_release_cb()
Eric Dumazet
1
-5
/
+15
2014-06-11
ip_tunnel: fix i_key matching in ip_tunnel_find
Dmitry Popov
1
-2
/
+3
2014-06-11
ip_vti: Fix 'ip tunnel add' with 'key' parameters
Dmitry Popov
2
-5
/
+13
2014-06-10
ipip, sit: fix ipv4_{update_pmtu,redirect} calls
Dmitry Popov
1
-2
/
+2
2014-06-10
gre: allow changing mac address when device is up
stephen hemminger
1
-0
/
+1
2014-06-10
tcp: add gfp parameter to tcp_fragment
Octavian Purdila
2
-9
/
+11
2014-06-09
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-14
/
+17
2014-06-08
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2
-4
/
+2
2014-06-05
ip_tunnel: fix possible rtable leak
Dmitry Popov
1
-0
/
+1
2014-06-05
ipv4: use skb frags api in udp4_hwcsum()
WANG Cong
1
-4
/
+5
2014-06-05
net: use the new API kvfree()
WANG Cong
1
-4
/
+1
2014-06-04
gre: Call gso_make_checksum
Tom Herbert
5
-4
/
+14
2014-06-04
net: Add GSO support for UDP tunnels with checksum
Tom Herbert
4
-22
/
+24
2014-06-04
tcp: Call gso_make_checksum
Tom Herbert
1
-5
/
+2
2014-06-04
net: Support for multiple checksums with gso
Tom Herbert
1
-0
/
+8
2014-06-04
udp: Generic functions to set checksum
Tom Herbert
1
-0
/
+37
2014-06-04
net: Revert "fib_trie: use seq_file_net rather than seq->private"
Sasha Levin
1
-1
/
+1
2014-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+5
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+2
2014-06-02
tcp: fix cwnd undo on DSACK in F-RTO
Yuchung Cheng
1
-6
/
+5
2014-06-02
fib_trie: use seq_file_net rather than seq->private
David Ahern
1
-1
/
+1
2014-06-02
inetpeer: get rid of ip_id_count
Eric Dumazet
8
-57
/
+25
2014-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-20
/
+6
[next]