summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: ipv4: fix list processing on L3 slave devicesEdward Cree2018-07-061-8/+15
* net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree2018-07-051-5/+11
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-045-0/+9
* net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-042-7/+62
* ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-4/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-038-27/+53
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-025-12/+27
| |\
| | * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-023-5/+3Star
| | * tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-011-0/+9
| | * tcp: fix Fast Open key endiannessYuchung Cheng2018-06-301-5/+13
| | * tcp: add one more quick ack after after ECN eventsEric Dumazet2018-06-281-2/+2
| * | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-283-15/+26
| |/
* | net: Record receive queue number for a connectionAmritha Nambiar2018-07-021-0/+3
* | tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2018-06-302-2/+7
* | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-0/+2
* | netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-4/+4
* | tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* | tcp: add SNMP counter for zero-window dropsYafang Shao2018-06-262-2/+7
* | net: Convert GRO SKB handling to list_head.David Miller2018-06-266-35/+36
* | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-222-15/+5Star
* | tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-222-3/+12
* | rhashtable: split rhashtable.hNeilBrown2018-06-223-0/+3
|/
* ip: limit use of gso_size to udpWillem de Bruijn2018-06-201-1/+2
* net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-163-2/+5
|\
| * tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-151-0/+4
| * tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-121-2/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-111-0/+1
| |\
| | * netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-081-0/+1
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-2/+2
* | | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
|/ /
* | tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh2018-06-101-5/+7
* | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-092-2/+2
* | ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf2018-06-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0746-785/+1637
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-2/+18
| |\ \
| | * | bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-2/+18
| * | | net: metrics: add proper netlink validationEric Dumazet2018-06-052-0/+4
| * | | ipmr: fix error path when ipmr_new_table failsSabrina Dubroca2018-06-051-3/+5
| * | | netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann2018-06-051-3/+1Star
| * | | net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski2018-06-051-1/+0Star
| * | | tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung2018-06-051-12/+14
| * | | net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2018-06-042-4/+36
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-4/+4
| |\ \ \
| * | | | netfilter: Libify xt_TPROXYMáté Eckl2018-06-033-1/+152
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-06-023-11/+2Star
| |\ \ \ \
| | * | | | netfilter: nat: merge ipv4/ipv6 masquerade code into main nat moduleFlorian Westphal2018-05-293-11/+2Star
| | | |/ / | | |/| |
| * | | | tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2018-05-312-4/+4
| * | | | net/ipv4: Add support for specifying metric of connected routesDavid Ahern2018-05-292-11/+57