summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3032/+4973
2024-02-08Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-481/+1104
2024-02-08Merge tag 'pinctrl-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+1
2024-02-08Merge tag 'nf-24-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-102/+202
2024-02-08netfilter: nft_set_pipapo: remove scratch_aligned pointerFlorian Westphal-39/+10
2024-02-08netfilter: nft_set_pipapo: add helper to release pcpu scratch areaFlorian Westphal-5/+23
2024-02-08netfilter: nft_set_pipapo: store index in scratch mapsFlorian Westphal-26/+44
2024-02-08netfilter: nft_set_rbtree: skip end interval element from gcPablo Neira Ayuso-3/+3
2024-02-08netfilter: nfnetlink_queue: un-break NF_REPEATFlorian Westphal-3/+10
2024-02-08netfilter: nf_tables: use timestamp to check for set element timeoutPablo Neira Ayuso-15/+42
2024-02-08netfilter: nft_ct: reject direction for ct idPablo Neira Ayuso-0/+3
2024-02-08netfilter: ctnetlink: fix filtering for zone 0Felix Huettner-5/+50
2024-02-08s390/qeth: Fix potential loss of L3-IP@ in case of network issuesAlexandra Winter-3/+6
2024-02-08netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik-2/+4
2024-02-08octeontx2-af: Initialize maps.Ratheesh Kannoth-16/+15
2024-02-08Merge branch 'cpsw-enable-mac_managed_pm-to-fix-mdio'Paolo Abeni-0/+5
2024-02-08net: ethernet: ti: cpsw: enable mac_managed_pm to fix mdioSinthu Raja-0/+2
2024-02-08net: ethernet: ti: cpsw_new: enable mac_managed_pm to fix mdioSinthu Raja-0/+3
2024-02-08netfilter: nft_set_pipapo: remove static in nft_pipapo_get()Pablo Neira Ayuso-1/+1
2024-02-08Merge tag 'v6.8-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-4/+14
2024-02-08Merge tag 'percpu-for-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-02-07Merge branch 'net-more-factorization-in-cleanup_net-paths'Jakub Kicinski-157/+190
2024-02-07xfrm: interface: use exit_batch_rtnl() methodEric Dumazet-8/+6
2024-02-07bridge: use exit_batch_rtnl() methodEric Dumazet-10/+5
2024-02-07ip_tunnel: use exit_batch_rtnl() methodEric Dumazet-22/+31
2024-02-07sit: use exit_batch_rtnl() methodEric Dumazet-8/+5
2024-02-07ip6_vti: use exit_batch_rtnl() methodEric Dumazet-7/+5
2024-02-07ip6_tunnel: use exit_batch_rtnl() methodEric Dumazet-7/+5
2024-02-07ip6_gre: use exit_batch_rtnl() methodEric Dumazet-7/+5
2024-02-07vxlan: use exit_batch_rtnl() methodEric Dumazet-31/+19
2024-02-07ipv4: add __unregister_nexthop_notifier()Eric Dumazet-6/+14
2024-02-07gtp: use exit_batch_rtnl() methodEric Dumazet-10/+10
2024-02-07geneve: use exit_batch_rtnl() methodEric Dumazet-13/+10
2024-02-07bonding: use exit_batch_rtnl() methodEric Dumazet-11/+26
2024-02-07bareudp: use exit_batch_rtnl() methodEric Dumazet-9/+4
2024-02-07nexthop: convert nexthop_net_exit_batch to exit_batch_rtnl methodEric Dumazet-7/+12
2024-02-07net: add exit_batch_rtnl() methodEric Dumazet-1/+33
2024-02-07Merge branch 'mt7530-dsa-subdriver-improvements-act-ii'Jakub Kicinski-102/+53
2024-02-07net: dsa: mt7530: do not clear config->supported_interfacesArınç ÜNAL-2/+0
2024-02-07net: dsa: mt7530: correct port capabilities of MT7988Arınç ÜNAL-1/+1
2024-02-07net: dsa: mt7530: remove pad_setup function pointerArınç ÜNAL-37/+2
2024-02-07net: dsa: mt7530: call port 6 setup from mt7530_mac_config()Arınç ÜNAL-8/+11
2024-02-07net: dsa: mt7530: simplify mt7530_pad_clk_setup()Arınç ÜNAL-51/+40
2024-02-07net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL-7/+6
2024-02-07net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL-4/+1
2024-02-07r8169: remove setting LED default trigger, this is done by LED core nowHeiner Kallweit-1/+0
2024-02-07Merge tag 'mlx5-updates-2024-02-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-240/+766
2024-02-07Merge branch 'selftests-bonding-use-slowwait-when-waiting'Jakub Kicinski-29/+97
2024-02-07selftests: bonding: use slowwait instead of hard code sleepHangbin Liu-10/+24
2024-02-07selftests: bonding: reduce garp_test/arp_validate test timeHangbin Liu-9/+29