summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2018-07-31ipv4: frags: handle possible skb truesize changeEric Dumazet-0/+5
2018-07-31inet: frag: enforce memory limits earlierEric Dumazet-3/+3
2018-07-28tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell-0/+4
2018-07-28ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi-2/+2
2018-07-25net: igmp: make function __ip_mc_inc_group() staticWei Yongjun-1/+2
2018-07-25tcp: ack immediately when a cwr packet arrivesLawrence Brakmo-1/+8
2018-07-24ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn-2/+5
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet-2/+2
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet-2/+13
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet-0/+3
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet-4/+11
2018-07-23ip: hash fragments consistentlyPaolo Abeni-0/+2
2018-07-21multicast: do not restore deleted record source filter mode to new oneHangbin Liu-2/+1
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng-13/+20
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng-33/+11
2018-07-20tcp: helpers to send special DCTCP ackYuchung Cheng-5/+17
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap-2/+2
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff-6/+7
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu-18/+44
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng-29/+0
2018-07-13tcp: fix dctcp delayed ACK scheduleYuchung Cheng-2/+4
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff-3/+5
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff-5/+18
2018-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-6/+13
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet-0/+2
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni-1/+1
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti-2/+1
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern-0/+1
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl-6/+12
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks-2/+3
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal-0/+1
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-12/+27
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca-5/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen-0/+9
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng-5/+13
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-15/+26
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet-2/+2
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn-1/+2
2018-06-20net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern-2/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+5
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller-2/+0
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh-5/+7
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni-2/+2
2018-06-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal-0/+1
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf-2/+2