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
2019-03-01
ipv4: Add ICMPv6 support when parse route ipproto
Hangbin Liu
-5
/
+14
2019-02-27
netlabel: fix out-of-bounds memory accesses
Paul Moore
-1
/
+2
2019-02-27
ipv4: Pass original device to ip_rcv_finish_core
David Ahern
-4
/
+5
2019-02-26
ipv4: Return error for RTA_VIA attribute
David Ahern
-0
/
+4
2019-02-25
net: avoid use IPCB in cipso_v4_error
Nazarov Sergey
-7
/
+32
2019-02-25
net: Add __icmp_send helper.
Nazarov Sergey
-3
/
+4
2019-02-23
tcp: repaired skbs must init their tso_segs
Eric Dumazet
-0
/
+1
2019-02-22
udp: fix possible user after free in error handler
Paolo Abeni
-2
/
+4
2019-02-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-1
/
+1
2019-02-21
net: ip_gre: do not report erspan_ver for gre or gretap
Lorenzo Bianconi
-16
/
+17
2019-02-17
tcp: tcp_v4_err() should be more careful
Eric Dumazet
-1
/
+4
2019-02-17
tcp: clear icsk_backoff in tcp_write_queue_purge()
Eric Dumazet
-1
/
+1
2019-02-12
inet_diag: fix reporting cgroup classid and fallback to priority
Konstantin Khlebnikov
-1
/
+9
2019-02-11
netfilter: nat: fix spurious connection timeouts
Florian Westphal
-0
/
+1
2019-02-11
netfilter: nf_nat_snmp_basic: add missing length checks in ASN.1 cbs
Jann Horn
-1
/
+6
2019-02-08
net: ipv4: use a dedicated counter for icmp_v4 redirect packets
Lorenzo Bianconi
-2
/
+6
2019-01-30
net: ip_gre: always reports o_key to userspace
Lorenzo Bianconi
-1
/
+6
2019-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-1
/
+1
2019-01-28
esp: Skip TX bytes accounting when sending from a request socket
Martin Willi
-1
/
+1
2019-01-28
netfilter: ipt_CLUSTERIP: fix warning unused variable cn
Anders Roxell
-1
/
+1
2019-01-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-0
/
+50
2019-01-24
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
wenxu
-1
/
+7
2019-01-22
net: ip_gre: use erspan key field for tunnel lookup
Lorenzo Bianconi
-9
/
+17
2019-01-18
net: Fix usage of pskb_trim_rcsum
Ross Lagerwall
-0
/
+1
2019-01-17
udp: add missing rehash callback to udplite
Alexey Kodanev
-1
/
+3
2019-01-16
udp: with udp_segment release on error path
Willem de Bruijn
-4
/
+12
2019-01-16
erspan: build the header with the right proto according to erspan_ver
Xin Long
-9
/
+14
2019-01-15
fou, fou6: do not assume linear skbs
Eric Dumazet
-2
/
+7
2019-01-15
tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT state
Willem de Bruijn
-1
/
+1
2019-01-15
net: ipv4: Fix memory leak in network namespace dismantle
Ido Schimmel
-5
/
+14
2019-01-11
net: bpfilter: disallow to remove bpfilter module while being used
Taehee Yoo
-6
/
+16
2019-01-11
net: bpfilter: restart bpfilter_umh when error occurred
Taehee Yoo
-1
/
+10
2019-01-11
net: bpfilter: use cleanup callback to release umh_info
Taehee Yoo
-7
/
+26
2019-01-10
tcp: change txhash on SYN-data timeout
Yuchung Cheng
-1
/
+1
2019-01-10
ip: on queued skb use skb_header_pointer instead of pskb_may_pull
Willem de Bruijn
-7
/
+5
2019-01-09
vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel
Su Yanjun
-0
/
+50
2019-01-04
fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite
Stefano Brivio
-1
/
+2
2019-01-04
netlink: fixup regression in RTM_GETADDR
Arthur Gautier
-1
/
+1
2019-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-14
/
+24
2019-01-01
ip: validate header length on virtual device xmit
Willem de Bruijn
-12
/
+18
2018-12-30
ipv4: fib_rules: Fix possible infinite loop in fib_empty_table
YueHaibing
-2
/
+6
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
-1
/
+1
2018-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
2018-12-24
net: dccp: fix kernel crash on module load
Peter Oskolkov
-8
/
+26
2018-12-24
iptunnel: Set tun_flags in the iptunnel_metadata_reply from src
wenxu
-0
/
+1
2018-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+3
2018-12-20
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
-1
/
+3
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-360
/
+112
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-2
/
+13
2018-12-20
net: ipv4: Set skb->dev for output route resolution
Ido Schimmel
-0
/
+1
[next]