Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2018-05-14net: ipv4: ipconfig: fix unused variableAnders Roxell
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu
2018-05-11udp: avoid refcount_t saturation in __udp_gso_segment()Eric Dumazet
2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet
2018-05-11ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-05-11tcp: Add mark for TIMEWAIT socketsJon Maxwell
2018-05-11net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOLJoe Perches
2018-05-10udp: fix SO_BINDTODEVICEPaolo Abeni
2018-05-10ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu
2018-05-10net/udp: Update udp_encap_needed static key to modern apiDavidlohr Bueso
2018-05-10net/ipv4: Update ip_tunnel_metadata_cnt static key to modern apiDavidlohr Bueso
2018-05-09udp: Do not copy destructor if one is not presentAlexander Duyck
2018-05-09udp: Add support for software checksum and GSO_PARTIAL with GSO offloadAlexander Duyck
2018-05-09udp: Partially unroll handling of first segment and last segmentAlexander Duyck
2018-05-09udp: Do not pass checksum as a parameter to GSO segmentationAlexander Duyck
2018-05-09udp: Do not pass MSS as parameter to GSO segmentationAlexander Duyck
2018-05-09udp: Record gso_segs when supporting UDP segmentation offloadAlexander Duyck
2018-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-05-07netfilter: 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-03ipv4: 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-02tcp: 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-30tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receiveEric Dumazet
2018-04-28udp: 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-25Merge 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