summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-154-9/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-151-12/+11
|\
| * icmp: fix icmp_ext_echo_iio parsing in icmp_build_probeXin Long2021-10-141-12/+11
* | ip: use dev_addr_set() in tunnelsJakub Kicinski2021-10-134-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-083-23/+14
|\|
| * 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-303-13/+15
|\| |
| * | 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-251-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
* | | net: snmp: inline snmp_get_cpu_field()Eric Dumazet2021-09-301-6/+0
* | | tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-302-4/+11
* | | tcp: adjust sndbuf according to sk_reserved_memWei Wang2021-09-301-2/+12
* | | net: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-1/+1
* | | net/ipv4/datagram.c: remove superfluous header files from datagram.cMianhan Liu2021-09-291-1/+0
* | | net: ipv4: remove superfluous header files from fib_notifier.cMianhan Liu2021-09-291-1/+0
* | | net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.cMianhan Liu2021-09-271-1/+0
* | | tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-243-8/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-5/+16
|\| |
| * | 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
* | | tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-234-48/+0
* | | tcp: make tcp_build_frag() staticPaolo Abeni2021-09-231-2/+2
* | | tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni2021-09-231-4/+4
* | | net/ipv4/sysctl_net_ipv4.c: remove superfluous header files from sysctl_net_i...Mianhan Liu2021-09-211-9/+0
* | | net/ipv4/syncookies.c: remove superfluous header files from syncookies.cMianhan Liu2021-09-211-2/+0
* | | net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu2021-09-211-3/+0
* | | net/ipv4/tcp_minisocks.c: remove superfluous header files from tcp_minisocks.cMianhan Liu2021-09-201-7/+0
* | | net/ipv4/tcp_fastopen.c: remove superfluous header files from tcp_fastopen.cMianhan Liu2021-09-201-6/+0
* | | net/ipv4/route.c: remove superfluous header files from route.cMianhan Liu2021-09-201-8/+0
* | | NET: IPV4: fix error "do not initialise globals to 0"wangzhitong2021-09-191-1/+1
|/ /
* | 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-313-7/+42
|\
| * bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-261-3/+38
| * bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky2021-08-242-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