summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* udp: Complement partial checksum for GSO packetSean Tranchetti2018-05-021-0/+1
* tcp: send in-queue bytes in cmsg upon readSoheil Hassas Yeganeh2018-05-021-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-302-90/+106
* udp: remove stray export symbolWillem de Bruijn2018-04-281-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-251-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
* | ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-04-241-0/+13
* | ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic2018-04-241-2/+4
* | ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic2018-04-241-1/+1
* | ipconfig: Tidy up reporting of name serversChris Novakovic2018-04-241-8/+11
* | tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet2018-04-241-12/+14
* | Revert "net: init sk_cookie for inet socket"Yafang Shao2018-04-241-7/+1
* | net: init sk_cookie for inet socketYafang Shao2018-04-231-1/+7
* | net: fib_rules: add extack supportRoopa Prabhu2018-04-232-3/+7
* | net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao2018-04-231-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-214-10/+13
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-202-6/+10
| |\
| | * net: Fix one possible memleak in ip_setup_corkGao Feng2018-04-161-3/+5
| | * tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-161-1/+1
| | * tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-131-2/+4
| * | Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-04-162-4/+3
| |\ \ | | |/ | |/|
| | * kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2018-04-072-3/+3
| | * kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada2018-04-071-1/+0
* | | tcp: export packets delivery infoYuchung Cheng2018-04-193-2/+13
* | | tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-192-0/+3
* | | tcp: new helper to calculate newly deliveredYuchung Cheng2018-04-191-2/+15
* | | tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng2018-04-191-3/+7
* | | net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-183-42/+57
* | | tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-172-1/+114
* | | tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-172-2/+17
* | | tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet2018-04-171-2/+5
* | | tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-172-0/+22
|/ /
* | ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca2018-04-101-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-105-11/+15
|\ \ | |/ |/|
| * inetpeer: fix uninit-value in inet_getpeerEric Dumazet2018-04-091-0/+1
| * soreuseport: initialise timewait reuseport fieldEric Dumazet2018-04-081-0/+1
| * ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet2018-04-081-5/+6
| * arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines2018-04-061-1/+1