summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-5/+2Star
|\
| * tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2Star
* | 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/+1Star
* | 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/+3Star
| |\ \ | | |/ | |/|
| | * 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/+0Star
* | | 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
| * ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-5/+6
* | headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-061-1/+0Star
|/
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-041-3/+2Star
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* route: check sysctl_fib_multipath_use_neigh earlier than hashXin Long2018-04-021-9/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-027-11/+49
|\
| * Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-311-1/+1
| |\
| | * netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada2018-03-291-1/+1
| * | ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller2018-03-291-6/+6
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-292-3/+6
| |\ \
| | * | vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0Star
| | * | ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-03-191-1/+7
| | * | vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0Star
| * | | net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-262-0/+5