summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-6/+13
|\
| * ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-05-112-4/+10
| * udp: fix SO_BINDTODEVICEPaolo Abeni2018-05-101-2/+2
| * ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu2018-05-101-0/+1
* | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | tcp: restore autocorkingEric Dumazet2018-05-031-1/+1
| * | | ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-05-021-65/+53
| * | | tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell2018-05-021-1/+3
| * | | tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-05-011-1/+1
| * | | tcp: ignore Fast Open on repair modeYuchung Cheng2018-04-271-1/+2
* | | | 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
|\ \ \ \ | |/ / /
| * | | tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2
* | | | ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic2018-04-241-11/+107
* | | | ipconfig: Create /proc/net/ipconfig directoryChris Novakovic2018-04-241-0/+15
OpenPOWER on IntegriCloud