summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-133-4/+5
* ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-132-3/+3
* tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-132-1/+3
* tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-135-4/+6
* raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-131-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-131-1/+2
* icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-132-1/+3
* icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-132-1/+3
* icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2022-07-132-1/+3
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-132-2/+2
* icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2022-07-132-1/+3
* tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima2022-07-131-1/+2
* sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima2022-07-131-4/+4
* sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima2022-07-131-2/+2
* Merge branch 'bnxt_en-5-bug-fixes'Jakub Kicinski2022-07-126-13/+31
|\
| * bnxt_en: Fix bnxt_refclk_read()Pavan Chebbi2022-07-121-2/+11
| * bnxt_en: Fix and simplify XDP transmit pathMichael Chan2022-07-121-5/+5
| * bnxt_en: fix livepatch queryVikas Gupta2022-07-121-3/+5
| * bnxt_en: Fix bnxt_reinit_after_abort() code pathMichael Chan2022-07-121-1/+2
| * bnxt_en: reclaim max resources if sriov enable failsKashyap Desai2022-07-123-2/+8
|/
* net: marvell: prestera: fix missed deinit sequenceYevhen Orlov2022-07-121-0/+1
* selftest: net: add tun to .gitignoreJakub Kicinski2022-07-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-07-116-30/+90
|\
| * netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso2022-07-092-26/+60
| * netfilter: nf_log: incorrect offset to network headerPablo Neira Ayuso2022-07-091-4/+4
| * netfilter: conntrack: fix crash due to confirmed bit load reorderingFlorian Westphal2022-07-073-0/+26
* | Merge branch 'mptcp-fixes'David S. Miller2022-07-112-3/+3
|\ \
| * | selftests: mptcp: validate userspace PM tests by defaultMatthieu Baerts2022-07-111-1/+1
| * | mptcp: fix subflow traversal at disconnect timePaolo Abeni2022-07-111-2/+2
|/ /
* | vlan: fix memory leak in vlan_newlink()Eric Dumazet2022-07-091-3/+7
* | nfp: fix issue of skb segments exceeds descriptor limitationBaowen Zheng2022-07-091-8/+25
* | Merge branch 'selftests-forwarding-install-two-missing-tests'Jakub Kicinski2022-07-081-0/+2
|\ \
| * | selftests: forwarding: Install no_forwarding.shMartin Blumenstingl2022-07-081-0/+1
| * | selftests: forwarding: Install local_termination.shMartin Blumenstingl2022-07-081-0/+1
|/ /
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-087-24/+40
|\ \
| * | bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2022-07-085-19/+29
| * | bpf: Make sure mac_header was set before using itEric Dumazet2022-07-071-3/+5
| * | xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh2022-07-061-2/+6
* | | Merge branch 'sysctl-data-races'David S. Miller2022-07-088-26/+37
|\ \ \
| * | | ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima2022-07-081-1/+1
| * | | icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-2/+3
| * | | cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-082-6/+8
| * | | net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-081-1/+1
| * | | inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-4/+8
| * | | tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-081-1/+2
| * | | sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima2022-07-081-2/+5
| * | | sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima2022-07-081-2/+2
| * | | sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima2022-07-081-1/+1
| * | | sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima2022-07-081-1/+1