summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nfp: flower: avoid taking mutex in atomic contextYanguo Li2023-02-011-1/+7
* Merge branch 'ip-ip6_gre-fix-gre-tunnels-not-generating-ipv6-link-local-addre...Jakub Kicinski2023-02-011-27/+32
|\
| * ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-011-5/+5
| * ip/ip6_gre: Fix changing addr gen mode not generating IPv6 link local addressThomas Winter2023-02-011-22/+27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-01-312-2/+4
|\
| * Revert "netfilter: conntrack: fix bug in for_each_sctp_chunk"Florian Westphal2023-01-311-2/+3
| * netfilter: br_netfilter: disable sabotage_in hook after first suppressionFlorian Westphal2023-01-311-0/+1
* | net: phy: meson-gxl: Add generic dummy stubs for MMD register accessChris Healy2023-01-311-0/+2
* | net: fix NULL pointer in skb_segment_listYan Zhai2023-01-311-3/+2
* | net: fman: memac: free mdio device if lynx_pcs_create() failsVladimir Oltean2023-01-311-0/+3
* | sctp: do not check hb_timer.expires when resetting hb_timerXin Long2023-01-311-3/+1
* | net: sched: sch: Bounds check priorityKees Cook2023-01-311-1/+4
* | net: ethernet: mtk_eth_soc: Avoid truncating allocationKees Cook2023-01-312-3/+1
|/
* Merge tag 'ieee802154-for-net-2023-01-30' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-01-301-1/+0
|\
| * mac802154: Fix possible double free upon parsing errorMiquel Raynal2022-12-191-1/+0
* | net/tls: tls_is_tx_ready() checked list_entryPietro Borrello2023-01-301-1/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-01-306-20/+44
|\ \
| * | ice: Fix broken link in ice NAPI docMichal Wilczynski2023-01-271-1/+1
| * | ice: Prevent set_channel from changing queues while RDMA activeDave Ertman2023-01-275-19/+43
* | | net: phy: fix null dereference in phy_attach_directColin Foster2023-01-301-1/+1
* | | netrom: Fix use-after-free caused by accept on already connected socketHyunwoo Kim2023-01-301-0/+5
* | | net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov2023-01-303-1/+5
* | | selftest: net: Improve IPV6_TCLASS/IPV6_HOPLIMIT tests apparmor compatibilityAndrei Gherzan2023-01-281-1/+1
* | | Merge branch 't7xx-pm-fixes'David S. Miller2023-01-284-11/+47
|\ \ \
| * | | net: wwan: t7xx: Fix Runtime PM initializationKornel Dulęba2023-01-281-0/+2
| * | | net: wwan: t7xx: Fix Runtime PM resume sequenceKornel Dulęba2023-01-283-11/+45
|/ / /
* | | net: mctp: purge receive queues on sk destructionJeremy Kerr2023-01-281-0/+6
* | | net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesAndre Kalb2023-01-281-2/+4
* | | net: qrtr: free memory on error path in radix_tree_insert()Natalia Petrova2023-01-281-1/+4
* | | net/rose: Fix to not accept on connected socketHyunwoo Kim2023-01-281-0/+8
* | | sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet2023-01-281-1/+4
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-2710-59/+170
|\ \ \
| * | | bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee2023-01-261-1/+0
| * | | Merge branch 'bpf, sockmap: Fix infinite recursion in sock_map_close'Alexei Starovoitov2023-01-244-47/+111
| |\ \ \
| | * | | selftests/bpf: Cover listener cloning with progs attached to sockmapJakub Sitnicki2023-01-241-2/+28
| | * | | selftests/bpf: Pass BPF skeleton to sockmap_listen ops testsJakub Sitnicki2023-01-241-18/+37
| | * | | bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki2023-01-242-2/+14
| | * | | bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki2023-01-241-27/+34
| |/ / /
| * | | bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa2023-01-201-2/+2
| * | | Merge branch 'bpf: Fix to preserve reg parent/live fields when copying range ...Alexei Starovoitov2023-01-192-7/+54
| |\ \ \
| | * | | selftests/bpf: Verify copy_register_state() preserves parent/live fieldsEduard Zingerman2023-01-191-0/+36
| | * | | bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-01-191-7/+18
| |/ / /
| * | | bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
| * | | bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao2023-01-181-1/+1
* | | | skb: Do mix page pool and page referenced frags in GROAlexander Duyck2023-01-271-0/+9
* | | | net: dsa: mt7530: fix tristate and help descriptionArınç ÜNAL2023-01-271-3/+4
* | | | Merge branch 'net-xdp-execute-xdp_do_flush-before-napi_complete_done'Jakub Kicinski2023-01-275-15/+19
|\ \ \ \
| * | | | dpaa2-eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+6
| * | | | dpaa_eth: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3
| * | | | virtio-net: execute xdp_do_flush() before napi_complete_done()Magnus Karlsson2023-01-271-3/+3