summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-07-21Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller11-69/+94
2018-07-19tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2-18/+44
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny2-0/+15
2018-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov1-0/+1
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao1-1/+0
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-07-14tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-14net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov1-5/+16
2018-07-13net: ipv4: fix listify ip_rcv_finish in case of forwardingJesper Dangaard Brouer1-1/+7
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann3-6/+7
2018-07-13tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-13tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff1-5/+18
2018-07-12tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+4
2018-07-10tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann1-3/+0
2018-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-6/+13
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet1-0/+2
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn4-7/+2
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-1/+1
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn5-39/+6
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl1-6/+12
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia5-0/+9
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree1-6/+48
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree2-7/+62
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long1-4/+5
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-27/+53
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-12/+27
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca3-5/+3
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2-2/+7
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-0/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-15/+26
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-4/+4
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao2-2/+7
2018-06-26net: Convert GRO SKB handling to list_head.David Miller6-35/+36