summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | tcp: do not force quickack when receiving out-of-order packetsEric Dumazet2018-05-181-2/+0
| * | | | | tcp: don't mark recently sent packets lost on RTOYuchung Cheng2018-05-171-4/+8
| * | | | | tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-172-7/+12
| * | | | | tcp: separate loss marking and state update on RTOYuchung Cheng2018-05-171-2/+2
| * | | | | tcp: new helper tcp_timeout_mark_lostYuchung Cheng2018-05-171-21/+29
| * | | | | tcp: account lost retransmit after timeoutYuchung Cheng2018-05-172-17/+5
| * | | | | tcp: simpler NewReno implementationYuchung Cheng2018-05-172-8/+38
| * | | | | tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-4/+8
| * | | | | tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-13/+27
| | |/ / / | |/| | |
| * | | | net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-131-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-6/+13
| |\ \ \ \
| * | | | | erspan: auto detect truncated ipv6 packets.William Tu2018-05-111-0/+6
| * | | | | udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet2018-05-111-3/+11
| * | | | | tcp: switch pacing timer to softirq based hrtimerEric Dumazet2018-05-112-45/+26
| * | | | | tcp: Add mark for TIMEWAIT socketsJon Maxwell2018-05-103-3/+16
| * | | | | net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches2018-05-101-5/+0
| * | | | | net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso2018-05-101-4/+4
| * | | | | net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso2018-05-101-3/+3
| * | | | | udp: Do not copy destructor if one is not presentAlexander Duyck2018-05-081-8/+14
| * | | | | udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck2018-05-081-10/+19
| * | | | | udp: Partially unroll handling of first segment and last segmentAlexander Duyck2018-05-081-14/+19
| * | | | | udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck2018-05-081-14/+18
| * | | | | udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck2018-05-081-2/+4
| * | | | | udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck2018-05-081-0/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-071-1/+1
| |\ \ \ \ \
| | * | | | | udp: enable UDP checksum offload for ESPJacek Kalwas2018-04-181-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-0612-279/+20
| |\ \ \ \ \ \
| | * | | | | | netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal2018-05-063-13/+7
| | * | | | | | netfilter: xtables: use ipt_get_target_c instead of ipt_get_targetTaehee Yoo2018-04-241-1/+1
| | * | | | | | netfilter: add NAT support for shifted portmap rangesThierry Du Tre2018-04-248-11/+11
| | * | | | | | netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau2018-04-241-2/+1
| | * | | | | | netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau2018-04-241-241/+0
| | * | | | | | netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau2018-04-211-14/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-043-69/+60
| |\ \ \ \ \ \ \
| * | | | | | | | udp: Complement partial checksum for GSO packetSean Tranchetti2018-05-021-0/+1
| * | | | | | | | tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-011-4/+39
| * | | | | | | | udp: disable gso with no_check_txWillem de Bruijn2018-05-011-0/+4
| * | | | | | | | tcp: Add clean acked data hookIlya Lesokhin2018-05-011-0/+25
| * | | | | | | | erspan: auto detect truncated packets.William Tu2018-04-301-0/+6
| * | | | | | | | tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet2018-04-292-90/+106
| * | | | | | | | udp: remove stray export symbolWillem de Bruijn2018-04-271-1/+0
| * | | | | | | | tcp: remove mss check in tcp_select_initial_window()Wei Wang2018-04-271-5/+3
| * | | | | | | | udp: add gso segment cmsgWillem de Bruijn2018-04-261-2/+42
| * | | | | | | | udp: paged allocation with gsoWillem de Bruijn2018-04-261-4/+11
| * | | | | | | | udp: better wmem accounting on gsoWillem de Bruijn2018-04-261-1/+15
| * | | | | | | | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-262-6/+36
| * | | | | | | | udp: add udp gsoWillem de Bruijn2018-04-261-1/+52
| * | | | | | | | udp: expose inet cork to udpWillem de Bruijn2018-04-262-10/+11
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-5/+2
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic2018-04-241-11/+107