summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-04-26udp: paged allocation with gsoWillem de Bruijn1-4/+11
2018-04-26udp: better wmem accounting on gsoWillem de Bruijn1-1/+15
2018-04-26udp: generate gso with UDP_SEGMENTWillem de Bruijn2-6/+36
2018-04-26udp: add udp gsoWillem de Bruijn1-1/+52
2018-04-26udp: expose inet cork to udpWillem de Bruijn2-10/+11
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+2
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic1-11/+107
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic1-0/+15
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic1-2/+4
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic1-1/+1
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic1-8/+11
2018-04-24tcp: md5: only call tp->af_specific->md5_lookup() for md5 socketsEric Dumazet1-12/+14
2018-04-24Revert "net: init sk_cookie for inet socket"Yafang Shao1-7/+1
2018-04-23net: init sk_cookie for inet socketYafang Shao1-1/+7
2018-04-23net: fib_rules: add extack supportRoopa Prabhu2-3/+7
2018-04-23net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao1-0/+2
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn1-5/+2
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+13
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-6/+10
2018-04-19tcp: export packets delivery infoYuchung Cheng3-2/+13
2018-04-19tcp: track total bytes delivered with ECN CE marksYuchung Cheng2-0/+3
2018-04-19tcp: new helper to calculate newly deliveredYuchung Cheng1-2/+15
2018-04-19tcp: better delivery accounting for SYN-ACK and SYN-dataYuchung Cheng1-3/+7
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern3-42/+57
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet2-1/+114
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2-2/+17
2018-04-16tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet1-2/+5
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2-0/+22
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng1-3/+5
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh1-1/+1
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2-4/+3
2018-04-12tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet1-2/+4
2018-04-10ip_gre: clear feature flags when incompatible o_flags are setSabrina Dubroca1-0/+6
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-11/+15
2018-04-09inetpeer: fix uninit-value in inet_getpeerEric Dumazet1-0/+1
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-04-07ipv4: fix uninit-value in ip_route_output_key_hash_rcu()Eric Dumazet1-5/+6
2018-04-07kbuild: rename *-asn1.[ch] to *.asn1.[ch]Masahiro Yamada2-3/+3
2018-04-07kbuild: clean up *-asn1.[ch] patterns from top-level MakefileMasahiro Yamada1-1/+0
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-1/+0
2018-04-05arp: fix arp_filter on l3slave devicesMiguel Fadon Perlines1-1/+1
2018-04-05ip_tunnel: better validate user provided tunnel namesEric Dumazet1-5/+6
2018-04-04inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet1-3/+2
2018-04-04net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni1-1/+2
2018-04-01route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long1-9/+11
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-11/+49
2018-04-01ipv4: factorize sk_wmem_alloc updates done by __ip_append_data()Eric Dumazet1-5/+12
2018-03-31crypto : chtls - CPL handler definitionAtul Gupta1-0/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-19/+92