summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | net: remove blank lines at end of fileStephen Hemminger2018-07-242-3/+3
* | | bpfilter: remove trailing newlineStephen Hemminger2018-07-241-1/+0
* | | 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