summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang2021-10-262-0/+4
* skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-14/+1
* net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-262-6/+3
* tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian2021-10-261-0/+12
* tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-10/+16
* tcp: md5: Fix overlap between vrf and non-vrf keysLeonard Crestez2021-10-151-3/+16
* icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long2021-10-141-12/+11
* net: prefer socket bound to interface when not in VRFMike Manning2021-10-072-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-10-021-21/+9
|\
| * netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-281-21/+9
* | net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2021-09-281-5/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-09-241-1/+1
|\
| * netfilter: iptable_raw: drop bogus net_init annotationFlorian Westphal2021-09-211-1/+1
* | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-241-7/+9
* | nexthop: Fix memory leaks in nexthop notification chain listenersIdo Schimmel2021-09-231-5/+14
* | nexthop: Fix division by zero while replacing a resilient groupIdo Schimmel2021-09-201-0/+2
* | Revert "Revert "ipv4: fix memory leaks in ip_cmsg_send() callers""Eric Dumazet2021-09-144-7/+10
* | tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()zhenggy2021-09-141-1/+1
* | udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin2021-09-131-1/+1
* | Revert "ipv4: fix memory leaks in ip_cmsg_send() callers"Yajun Deng2021-09-134-10/+7
|/
* ip_gre: validate csum_start only on pullWillem de Bruijn2021-09-051-3/+6
* net: remove the unnecessary check in cipso_v4_doi_free王贇2021-09-031-10/+8
* Set fc_nlinfo in nh_create_ipv4, nh_create_ipv6Ryoga Saito2021-09-021-0/+2
* fou: remove sparse errorsEric Dumazet2021-08-312-6/+6
* ipv4: fix endianness issue in inet_rtm_getroute_build_skb()Eric Dumazet2021-08-311-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-303-7/+42
|\
| * bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-251-3/+38
| * bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-232-4/+4
* | net: ipv4: Fix the warning for dereferenceYajun Deng2021-08-301-1/+3
* | ipv4: make exception cache less predictibleEric Dumazet2021-08-301-16/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-301-0/+2
|\ \
| * | netfilter: x_tables: handle xt_register_template() returning an error valueLukas Bulwahn2021-08-251-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-271-3/+1
|\ \ \
| * | | ipsec: Remove unneeded extra variable in esp4 esp_ssg_unref()Corey Minyard2021-07-201-3/+1
* | | | tcp: enable mid stream window clampNeil Spring2021-08-261-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-263-14/+18
|\ \ \ \ | |_|/ / |/| | |
| * | | net: fix NULL pointer reference in cipso_v4_doi_free王贇2021-08-261-8/+10
| * | | ipv4: use siphash instead of Jenkins in fnhe_hashfun()Eric Dumazet2021-08-261-6/+6
| * | | ip_gre: add validation for csum_startShreyansh Chouhan2021-08-221-0/+2
* | | | net: ipv4: Move ip_options_fragment() out of loopYajun Deng2021-08-241-15/+4
* | | | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-182-2/+4
* | | | tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao2021-08-161-2/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-8/+15
|\| |
| * | net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-111-1/+1
| * | tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packetsNeal Cardwell2021-08-111-1/+1
| * | net: igmp: fix data-race in igmp_ifc_timer_expire()Eric Dumazet2021-08-101-7/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-117-82/+102
|\ \ \
| * | | netfilter: x_tables: never register tables by defaultFlorian Westphal2021-08-096-63/+65
| * | | netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warningFlorian Westphal2021-08-011-2/+3
| * | | netfilter: ipt_CLUSTERIP: only add arp mangle hook when requiredFlorian Westphal2021-08-011-17/+34