summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* multicast: remove useless parameter for group addHangbin Liu2018-07-211-5/+5
* tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell2018-07-211-1/+17
* tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell2018-07-211-8/+17
* tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2018-07-212-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-205-933/+3
|\
| * netfilter: conntrack: remove l3proto abstractionFlorian Westphal2018-07-174-781/+3
| * netfilter: conntrack: remove get_timeout() indirectionFlorian Westphal2018-07-161-5/+11
| * netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackersFlorian Westphal2018-07-161-30/+0
| * netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-162-12/+1
| * netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackersFlorian Westphal2018-07-161-17/+0
| * netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-161-47/+0
| * netfilter: utils: move nf_ip_checksum* from ipv4 to utilsFlorian Westphal2018-07-161-53/+0
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-2011-69/+94
|\ \ | |/ |/|
| * 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
| |/
* | tcp: Don't coalesce decrypted and encrypted SKBsBoris Pismenny2018-07-162-0/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-141-0/+1
|\ \
| * | bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-151-0/+1
* | | tcp: remove redundant rcv_nxt updateYafang Shao2018-07-141-1/+0
* | | net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov2018-07-131-5/+16
* | | net: ipv4: fix listify ip_rcv_finish in case of forwardingJesper Dangaard Brouer2018-07-121-1/+7
* | | tcp: use monotonic timestamps for PAWSArnd Bergmann2018-07-123-6/+7
* | | tcp: expose both send and receive intervals for rate sampleDeepti Raghavan2018-07-111-0/+4
* | | tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann2018-07-091-3/+0
* | | tcp: remove redundant SOCK_DONE checksEric Dumazet2018-07-081-9/+5
* | | ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-071-2/+1
* | | ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-074-7/+2
* | | sock: sockc cookie initializerWillem de Bruijn2018-07-071-1/+1
* | | ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-075-39/+6
|/ /
* | net: ipv4: fix list processing on L3 slave devicesEdward Cree2018-07-061-8/+15
* | net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree2018-07-051-5/+11
* | net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-045-0/+9
* | net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
* | net: ipv4: listified version of ip_rcvEdward Cree2018-07-042-7/+62
* | ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-4/+5
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-038-27/+53
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-025-12/+27
| |\