summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-05-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03tcp: restore autocorkingEric Dumazet
2018-05-02ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-05-02tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell
2018-05-02udp: Complement partial checksum for GSO packetSean Tranchetti
2018-05-01tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh
2018-05-01udp: disable gso with no_check_txWillem de Bruijn
2018-05-01tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-05-01tcp: Add clean acked data hookIlya Lesokhin
2018-04-30erspan: auto detect truncated packets.William Tu
2018-04-29tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet
2018-04-27udp: remove stray export symbolWillem de Bruijn
2018-04-27tcp: remove mss check in tcp_select_initial_window()Wei Wang
2018-04-27tcp: ignore Fast Open on repair modeYuchung Cheng
2018-04-26udp: add gso segment cmsgWillem de Bruijn
2018-04-26udp: paged allocation with gsoWillem de Bruijn
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-26udp: expose inet cork to udpWillem de Bruijn
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet
2018-04-24Revert "net: init sk_cookie for inet socket"Yafang Shao
2018-04-24netfilter: xtables: use ipt_get_target_c instead of ipt_get_targetTaehee Yoo
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre
2018-04-24netfilter: nf_flow_table: move init code to nf_flow_table_core.cFelix Fietkau
2018-04-24netfilter: nf_flow_table: move ipv4 offload hook code to nf_flow_tableFelix Fietkau
2018-04-23net: init sk_cookie for inet socketYafang Shao
2018-04-23net: fib_rules: add extack supportRoopa Prabhu
2018-04-23net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21netfilter: nf_flow_table: cache mtu in struct flow_offload_tupleFelix Fietkau
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-19tcp: export packets delivery infoYuchung Cheng
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng
2018-04-19tcp: new helper to calculate newly deliveredYuchung Cheng
2018-04-19tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng
2018-04-18udp: enable UDP checksum offload for ESPJacek Kalwas
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet