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
2019-01-19
net: ipv4: netconf: perform strict checks also for doit handlers
Jakub Kicinski
1
-4
/
+39
2019-01-18
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
1
-0
/
+1
2019-01-18
netfilter: conntrack: avoid unneeded nf_conntrack_l4proto lookups
Florian Westphal
1
-1
/
+1
2019-01-17
tcp: move rx_opt & syn_data_acked init to tcp_disconnect()
Eric Dumazet
2
-6
/
+4
2019-01-17
tcp: move tp->rack init to tcp_disconnect()
Eric Dumazet
2
-6
/
+6
2019-01-17
tcp: move app_limited init to tcp_disconnect()
Eric Dumazet
2
-3
/
+3
2019-01-17
tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...
Eric Dumazet
2
-4
/
+4
2019-01-17
tcp: do not clear urg_data in tcp_create_openreq_child
Eric Dumazet
1
-2
/
+0
2019-01-17
tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()
Eric Dumazet
2
-9
/
+1
2019-01-17
tcp: move mdev_us init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not clear srtt_us in tcp_create_openreq_child
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: do not clear packets_out in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: move icsk_rto init to tcp_disconnect()
Eric Dumazet
2
-1
/
+1
2019-01-17
tcp: do not set snd_ssthresh in tcp_create_openreq_child()
Eric Dumazet
1
-1
/
+0
2019-01-17
tcp: less aggressive window probing on local congestion
Yuchung Cheng
1
-15
/
+7
2019-01-17
tcp: retry more conservatively on local congestion
Yuchung Cheng
1
-5
/
+3
2019-01-17
tcp: simplify window probe aborting on USER_TIMEOUT
Yuchung Cheng
1
-7
/
+7
2019-01-17
tcp: create a helper to model exponential backoff
Yuchung Cheng
1
-13
/
+18
2019-01-17
tcp: properly track retry time on passive Fast Open
Yuchung Cheng
1
-0
/
+3
2019-01-17
tcp: always set retrans_stamp on recovery
Yuchung Cheng
2
-25
/
+7
2019-01-17
tcp: always timestamp on every skb transmission
Yuchung Cheng
1
-8
/
+8
2019-01-17
tcp: exit if nothing to retransmit on RTO timeout
Yuchung Cheng
1
-4
/
+2
2019-01-17
udp: add missing rehash callback to udplite
Alexey Kodanev
3
-1
/
+3
2019-01-17
net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICE
David Herrmann
1
-12
/
+3
2019-01-16
udp: with udp_segment release on error path
Willem de Bruijn
1
-4
/
+12
2019-01-16
erspan: build the header with the right proto according to erspan_ver
Xin Long
1
-9
/
+14
2019-01-15
fou, fou6: do not assume linear skbs
Eric Dumazet
1
-2
/
+7
2019-01-15
tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
Willem de Bruijn
1
-1
/
+1
2019-01-15
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
2
-5
/
+14
2019-01-11
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
1
-6
/
+16
2019-01-11
net: bpfilter: restart bpfilter_umh when error occurred
Taehee Yoo
1
-1
/
+10
2019-01-11
net: bpfilter: use cleanup callback to release umh_info
Taehee Yoo
1
-7
/
+26
2019-01-10
tcp: change txhash on SYN-data timeout
Yuchung Cheng
1
-1
/
+1
2019-01-10
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
1
-7
/
+5
2019-01-09
vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel
Su Yanjun
1
-0
/
+50
2019-01-04
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
1
-1
/
+2
2019-01-04
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
1
-1
/
+1
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-14
/
+24
2019-01-01
ip: validate header length on virtual device xmit
Willem de Bruijn
3
-12
/
+18
2018-12-30
ipv4: fib_rules: Fix possible infinite loop in fib_empty_table
YueHaibing
1
-2
/
+6
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2018-12-24
net: dccp: fix kernel crash on module load
Peter Oskolkov
1
-8
/
+26
2018-12-24
iptunnel: Set tun_flags in the iptunnel_metadata_reply from src
wenxu
1
-0
/
+1
2018-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+3
2018-12-20
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
1
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-360
/
+112
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+13
2018-12-20
net: ipv4: Set skb->dev for output route resolution
Ido Schimmel
1
-0
/
+1
2018-12-20
bpf: sk_msg, sock{map|hash} redirect through ULP
John Fastabend
1
-1
/
+12
[prev]
[next]