summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
* tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-101-2/+10
* tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-034-14/+15
|\
| * tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-031-7/+2
| * fib: fib_dump_info can no longer use __in_dev_get_rtnlFlorian Westphal2017-11-031-6/+10
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-11-021-0/+2
| |\
| | * netfilter: nf_reject_ipv4: Fix use-after-free in send_resetTejaswi Tanikella2017-11-011-0/+2
| * | tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-021-1/+1
* | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0219-0/+19
|\ \ \ | |/ / |/| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
* | | tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-011-1/+2
* | | tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet2017-10-281-1/+1
* | | ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-10-271-17/+42
* | | tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->dataYousuk Seung2017-10-261-1/+3
* | | tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-10-262-3/+3
* | | tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-10-231-1/+2
* | | tcp: do tcp_mstamp_refresh before retransmits on TSQ handlerKoichiro Den2017-10-231-1/+3
|/ /
* | soreuseport: fix initialization raceCraig Gallek2017-10-222-8/+2
* | udp: make some messages more descriptiveMatteo Croce2017-10-211-2/+2
* | tcp/dccp: fix ireq->opt racesEric Dumazet2017-10-215-33/+25
|/
* ip: update policy routing config helpStephen Hemminger2017-10-121-5/+3
* Revert "net: defer call to cgroup_sk_alloc()"Eric Dumazet2017-10-101-5/+0
* net: defer call to cgroup_sk_alloc()Eric Dumazet2017-10-091-0/+5
* net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-091-1/+2
|\
| * netfilter: SYNPROXY: skip non-tcp packet in {ipv4, ipv6}_synproxy_hookLin Zhang2017-10-091-1/+2
* | udp: fix bcast packet receptionPaolo Abeni2017-10-091-9/+5
* | ipv4: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
* | gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-082-2/+2
* | ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
* | ip_gre: set tunnel hlen properly in erspan_tunnel_initXin Long2017-10-011-1/+3
* | ip_gre: check packet length and mtu correctly in erspan_xmitXin Long2017-10-011-1/+1
* | ip_gre: get key from session_id correctly in erspan_rcvXin Long2017-10-011-3/+1
* | udp: perform source validation for mcast early demuxPaolo Abeni2017-10-012-21/+38
* | IPv4: early demux can return an error codePaolo Abeni2017-10-013-19/+26
* | ip_gre: ipgre_tap device should keep dstXin Long2017-10-011-0/+1
* | inetpeer: fix RCU lookup() againEric Dumazet2017-09-281-2/+2
* | vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-09-261-1/+2
|/
* inet: fix improper empty comparisonJosef Bacik2017-09-221-1/+1
* net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-221-1/+1
* net: set tb->fast_sk_familyJosef Bacik2017-09-221-0/+2
* tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-191-0/+9
* tcp: remove two unused functionsYuchung Cheng2017-09-181-34/+0
* tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3
* tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
* net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6
* ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-121-1/+1
* ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan2017-09-081-2/+2
OpenPOWER on IntegriCloud