summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell
2018-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-20tcp: helpers to send special DCTCP ackYuchung Cheng
2018-07-19xfrm: don't check offload_handle for nonzeroShannon Nelson
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-07-17netfilter: conntrack: remove l3proto abstractionFlorian Westphal
2018-07-16tcp: Fix broken repair socket window probe patchStefan Baranoff
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu
2018-07-16netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal
2018-07-16netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal
2018-07-16netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal
2018-07-16tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-15bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov
2018-07-14tcp: remove redundant rcv_nxt updateYafang Shao
2018-07-13tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-07-13tcp: fix dctcp delayed ACK scheduleYuchung Cheng
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