summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net: clean up codestyle for net/ipv4Miaohe Lin2020-08-253-20/+23
| * | | | | | net: Remove duplicated midx check against 0Miaohe Lin2020-08-251-3/+2
| * | | | | | net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin2020-08-251-2/+2
| * | | | | | net: Set ping saddr after we successfully get the ping portMiaohe Lin2020-08-251-16/+3
| * | | | | | net: gain ipv4 mtu when mtu is not lockedMiaohe Lin2020-08-251-1/+2
| * | | | | | net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin2020-08-241-2/+2
| * | | | | | net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin2020-08-241-2/+3
| * | | | | | net: ipv4: delete repeated wordsRandy Dunlap2020-08-245-6/+6
| * | | | | | io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao2020-08-241-0/+1
* | | | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-123-9/+9
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-203-3/+3
| * | | | | | icmp_push_reply(): reorder adding the checksum upAl Viro2020-08-201-4/+4
| * | | | | | skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-202-3/+3
| | |/ / / / | |/| | | |
* | | | | | tcp: fix receive window update in tcp_add_backlog()Eric Dumazet2020-10-061-3/+3
| |_|_|_|/ |/| | | |
* | | | | tcp: fix syn cookied MPTCP request socket leakPaolo Abeni2020-10-021-1/+1
* | | | | tcp: use sendpage_ok() to detect misused .sendpageColy Li2020-10-021-1/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-09-281-0/+2
|\ \ \ \ \
| * | | | | ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
* | | | | | tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-242-7/+26
| |_|_|_|/ |/| | | |
* | | | | inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet2020-09-211-5/+15
* | | | | ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-09-151-5/+8
* | | | | lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long2020-09-141-0/+1
* | | | | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-142-0/+2
* | | | | ip: fix tos reflection in ack and reset packetsWei Wang2020-09-081-1/+2
| |_|_|/ |/| | |
* | | | netfilter: delete repeated wordsRandy Dunlap2020-08-281-1/+1
* | | | net: Fix some commentsMiaohe Lin2020-08-271-1/+1
* | | | ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-261-1/+2
| |_|/ |/| |
* | | net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov2020-08-221-1/+4
* | | net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-7/+7
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-136-76/+91
|\ \
| * | Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * | ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * | net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-111-0/+1
| * | net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-44/+53
| * | tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-103-24/+31
| * | net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-8/+6
| |/
* / mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0542-887/+2405
|\
| * ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio2020-08-051-0/+1
| * tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-041-0/+244
| * ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-032-9/+17
| |\
| | * udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki2020-07-311-1/+1
| | * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-4/+4
| | * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-252-4/+12
| * | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-031-0/+7
| |\ \
| | * | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+7
| * | | tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang2020-08-031-0/+2
| * | | net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-031-2/+11
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-1/+1
| |\ \