summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | netfilter: nf_tables: NFTA_SET_ELEM_KEY_END requires concat and interval flagsPablo Neira Ayuso2022-08-151-0/+24
| | * | | netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flagPablo Neira Ayuso2022-08-121-4/+9
| | * | | netfilter: nf_tables: really skip inactive sets when allocating namePablo Neira Ayuso2022-08-111-1/+1
| | * | | netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-112-13/+72
| | * | | netfilter: nf_tables: fix scheduling-while-atomic splatFlorian Westphal2022-08-111-4/+0
| | * | | netfilter: nf_ct_irc: cap packet search space to 4kFlorian Westphal2022-08-111-3/+9
| | * | | netfilter: nf_ct_ftp: prefer skb_linearizeFlorian Westphal2022-08-111-18/+6
| | * | | netfilter: nf_ct_h323: cap packet size at 64kFlorian Westphal2022-08-111-1/+9
| | * | | netfilter: nf_ct_sane: remove pseudo skb linearizationFlorian Westphal2022-08-111-38/+30
| | * | | netfilter: nf_tables: possible module reference underflow in error pathPablo Neira Ayuso2022-08-101-1/+1
| | * | | netfilter: nf_tables: disallow NFTA_SET_ELEM_KEY_END with NFT_SET_ELEM_INTERV...Pablo Neira Ayuso2022-08-101-0/+1
| | * | | netfilter: nf_tables: use READ_ONCE and WRITE_ONCE for shared generation id a...Pablo Neira Ayuso2022-08-101-7/+13
| * | | | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-172-1/+26
| * | | | net: dsa: microchip: ksz9477: fix fdb_dump last invalid entryArun Ramadoss2022-08-171-0/+3
| | |/ / | |/| |
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-08-172-4/+8
| |\ \ \
| | * | | i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady2022-08-161-1/+3
| | * | | i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-08-161-3/+5
| * | | | tls: rx: react to strparser initialization errorsJakub Kicinski2022-08-171-1/+3
| * | | | net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao2022-08-161-1/+1
| |/ / /
| * | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-152-7/+30
| |\ \ \
| | * | | iavf: Fix deadlock in initializationIvan Vecera2022-08-121-1/+10
| | * | | iavf: Fix reset error handlingPrzemyslaw Patynowski2022-08-121-3/+6
| | * | | iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski2022-08-121-1/+1
| | * | | iavf: Fix adminq error handlingPrzemyslaw Patynowski2022-08-121-2/+13
| * | | | net: rtnetlink: fix module reference count leak issue in rtnetlink_rcv_msgZhengchao Shao2022-08-151-0/+1
| * | | | net: moxa: pass pdev instead of ndev to DMA functionsSergei Antonov2022-08-151-10/+10
| * | | | Merge branch 'mlxsw-fixes'David S. Miller2022-08-153-16/+34
| |\ \ \ \
| | * | | | mlxsw: spectrum_ptp: Forbid PTP enablement only in RX or in TXAmit Cohen2022-08-151-0/+3
| | * | | | mlxsw: spectrum_ptp: Protect PTP configuration with a mutexAmit Cohen2022-08-151-7/+20
| | * | | | mlxsw: spectrum: Clear PTP configuration after unregistering the netdeviceAmit Cohen2022-08-151-1/+1
| | * | | | mlxsw: spectrum_ptp: Fix compilation warningsAmit Cohen2022-08-151-8/+10
| |/ / / /
| * | | | net_sched: cls_route: disallow handle of 0Jamal Hadi Salim2022-08-151-0/+10
| * | | | net: fix potential refcount leak in ndisc_router_discovery()Xin Xiong2022-08-151-0/+3
| * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller2022-08-152-2/+4
| |\ \ \ \
| | * | | | ice: Fix call trace with null VSI during VF resetMichal Jaron2022-08-111-1/+3
| | * | | | ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko2022-08-111-1/+1
| * | | | | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-152-3/+23
| * | | | | neigh: fix possible DoS due to net iface start/stop loopDenis V. Lunev2022-08-151-8/+17
| * | | | | net: qrtr: start MHI channel after endpoit creationMaxim Kochetkov2022-08-151-5/+7
| * | | | | ip6_tunnel: Fix the type of functionsHongbin Wang2022-08-131-11/+8
| * | | | | net: dsa: mv88e6060: prevent crash on an unused portSergei Antonov2022-08-121-0/+3
| * | | | | fec: Fix timer capture timing in `fec_ptp_enable_pps()`Csókás Bence2022-08-121-5/+1
| | |/ / / | |/| | |
| * | | | net: lan966x: fix checking for return value of platform_get_irq_byname()Li Qiong2022-08-121-4/+4
| * | | | net: cxgb3: Fix comment typoJason Wang2022-08-121-1/+1
| * | | | bnx2x: Fix comment typoJason Wang2022-08-121-1/+1
| * | | | net: ipa: Fix comment typoJason Wang2022-08-121-1/+1
| * | | | virtio_net: fix endian-ness for RSSMichael S. Tsirkin2022-08-121-2/+2
| * | | | net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong2022-08-121-2/+4
| * | | | skfp/h: fix repeated words in commentsJilin Yuan2022-08-121-1/+1
| * | | | rds: add missing barrier to release_refillMikulas Patocka2022-08-121-0/+1