summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: igmp: make function __ip_mc_inc_group() staticWei Yongjun2018-07-251-1/+2
* tcp: ack immediately when a cwr packet arrivesLawrence Brakmo2018-07-251-1/+8
* ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-241-2/+5
* tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
* tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
* tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
* tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
* tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
* ip: hash fragments consistentlyPaolo Abeni2018-07-231-0/+2
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-211-2/+1
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-202-13/+20
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-202-33/+11
* tcp: helpers to send special DCTCP ackYuchung Cheng2018-07-201-5/+17
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-181-2/+2
* tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
* ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-162-18/+44
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-132-29/+0
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-131-2/+4
* tcp: allow user to create repair socket without window probesStefan Baranoff2018-07-121-3/+5
* tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff2018-07-121-5/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-6/+13
|\
| * netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-6/+12
| * netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-051-0/+1
* | tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet2018-07-081-0/+2
* | ipfrag: really prevent allocation on netns exitPaolo Abeni2018-07-081-1/+1
* | net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-081-2/+1
* | net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-081-0/+1
* | ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-061-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-025-12/+27
|\
| * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-023-5/+3
| * tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-011-0/+9
| * tcp: fix Fast Open key endiannessYuchung Cheng2018-06-301-5/+13
| * tcp: add one more quick ack after after ECN eventsEric Dumazet2018-06-281-2/+2
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-15/+26
|/
* ip: limit use of gso_size to udpWillem de Bruijn2018-06-201-1/+2
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-163-2/+5
|\
| * tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-141-0/+4
| * tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-111-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
| |\
| | * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
|/ /
* | tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
* | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-082-2/+2
* | ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0646-785/+1637
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+18
| |\ \
| | * | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-2/+18
| * | | net: metrics: add proper netlink validationEric Dumazet2018-06-052-0/+4