summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
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: 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-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-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-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-17net: Move fib_convert_metrics to metrics fileDavid Ahern
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet
2018-04-16tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-12tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-04-10ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap