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
2017-05-29
netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook
Florian Westphal
1
-7
/
+7
2017-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-17
/
+43
2017-05-22
net: ipv4: tcp: fixed comment coding style issue
Rohit Chavan
1
-2
/
+3
2017-05-22
net: ipv4: Add extack messages for route add failures
David Ahern
2
-22
/
+95
2017-05-22
net: ipv4: Plumb extack through route add functions
David Ahern
4
-19
/
+26
2017-05-21
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
Eric Dumazet
1
-1
/
+2
2017-05-21
fou: make local function static
stephen hemminger
1
-41
/
+41
2017-05-21
tcpnv: do not export local function
stephen hemminger
1
-3
/
+2
2017-05-21
inet: fix warning about missing prototype
stephen hemminger
1
-0
/
+1
2017-05-21
arp: always override existing neigh entries with gratuitous ARP
Ihar Hrachyshka
1
-4
/
+5
2017-05-21
arp: postpone addr_type calculation to as late as possible
Ihar Hrachyshka
1
-7
/
+17
2017-05-21
arp: decompose is_garp logic into a separate function
Ihar Hrachyshka
1
-12
/
+23
2017-05-21
arp: fixed error in a comment
Ihar Hrachyshka
1
-1
/
+1
2017-05-21
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
1
-0
/
+4
2017-05-19
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
1
-1
/
+1
2017-05-19
tcp: warn on negative reordering values
Soheil Hassas Yeganeh
1
-0
/
+3
2017-05-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-24
/
+58
2017-05-18
tcp: fix tcp_rearm_rto()
Eric Dumazet
1
-6
/
+6
2017-05-18
net: fix __skb_try_recv_from_queue to return the old behavior
Andrey Vagin
1
-9
/
+3
2017-05-18
udp: make *udp*_queue_rcv_skb() functions static
Paolo Abeni
2
-3
/
+2
2017-05-18
udp: make function udp_skb_dtor_locked static
Colin Ian King
1
-1
/
+1
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
11
-114
/
+112
2017-05-17
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
5
-6
/
+6
2017-05-17
tcp_lp: cache tcp_time_stamp
Eric Dumazet
1
-3
/
+4
2017-05-17
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-3
/
+3
2017-05-17
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: uses jiffies_32 to feed tp->chrono_start
Eric Dumazet
2
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 to feed probe_timestamp
Eric Dumazet
2
-4
/
+4
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
4
-6
/
+6
2017-05-17
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
2
-9
/
+9
2017-05-17
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-6
/
+6
2017-05-17
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
3
-12
/
+12
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
5
-8
/
+8
2017-05-17
tcp: use tp->tcp_mstamp in output path
Eric Dumazet
4
-12
/
+14
2017-05-17
arp: honour gratuitous ARP _replies_
Ihar Hrachyshka
1
-2
/
+14
2017-05-16
tcp: internal implementation for pacing
Eric Dumazet
3
-4
/
+88
2017-05-16
udp: keep the sk_receive_queue held when splicing
Paolo Abeni
1
-10
/
+26
2017-05-16
udp: use a separate rx queue for packet reception
Paolo Abeni
1
-15
/
+123
2017-05-16
net: Improve handling of failures on link and route dumps
David Ahern
2
-16
/
+25
2017-05-16
ipmr: vrf: Find VIFs using the actual device
Thomas Winter
1
-2
/
+16
2017-05-16
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
1
-1
/
+1
2017-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+5
2017-05-11
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
1
-4
/
+5
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-27
/
+44
2017-05-09
dccp/tcp: do not inherit mc_list from parent
Eric Dumazet
1
-0
/
+2
2017-05-08
Revert "ipv4: restore rt->fi for reference counting"
David S. Miller
1
-17
/
+1
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2
-9
/
+2
2017-05-08
vti: check nla_put_* return value
Hangbin Liu
1
-6
/
+7
2017-05-08
tcp: make congestion control optionally skip slow start after idle
Wei Wang
1
-1
/
+3
[next]