summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap2018-07-191-2/+2
* tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-6/+7
* ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2018-07-162-18/+44
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-142-29/+0Star
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-141-2/+4
* tcp: allow user to create repair socket without window probesStefan Baranoff2018-07-121-3/+5
* tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff2018-07-121-5/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-6/+13
|\
| * netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-6/+12
| * netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2018-07-051-0/+1
* | tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet2018-07-081-0/+2
* | ipfrag: really prevent allocation on netns exitPaolo Abeni2018-07-081-1/+1
* | net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti2018-07-081-2/+1Star
* | net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern2018-07-081-0/+1
* | ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks2018-07-061-2/+3
|/
* 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
|/
* 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
| * | | | net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun2018-05-291-2/+3
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-273-3/+5
| |\ \ \ | | | |/ | | |/|