summary refs log tree commit diff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-07-13net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov
2018-07-12net: ipv4: fix listify ip_rcv_finish in case of forwardingJesper Dangaard Brouer
2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann
2018-07-12tcp: allow user to create repair socket without window probesStefan Baranoff
2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff
2018-07-11tcp: expose both send and receive intervals for rate sampleDeepti Raghavan
2018-07-09tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann
2018-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn
2018-07-07sock: sockc cookie initializerWillem de Bruijn
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-02net: Record receive queue number for a connectionAmritha Nambiar
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang
2018-06-22rhashtable: split rhashtable.hNeilBrown
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn
2018-06-20net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller