aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-32/+78
2022-09-22Merge tag 'net-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-4/+40
2022-09-22net: ethernet: mtk_eth_wed: add axi bus supportLorenzo Bianconi1-1/+10
2022-09-22net: ethernet: mtk_eth_wed: add wed support for mt7986 chipsetLorenzo Bianconi1-0/+8
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-0/+2
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu1-0/+1
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski4-31/+4
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim1-5/+0
2022-09-21headers: Remove some left-over license text in include/uapi/linux/netfilter/Christophe JAILLET4-31/+4
2022-09-21Revert "iommu/vt-d: Fix possible recursive locking in intel_iommu_init()"Lu Baolu1-3/+1
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao1-0/+13
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2-0/+7
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-0/+1
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima1-0/+10
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+2
2022-09-20headers: Remove some left-over license textChristophe JAILLET2-4/+0
2022-09-20firmware: xilinx: add support for sd/gem configRonak Jain1-0/+45
2022-09-20seg6: add NEXT-C-SID support for SRv6 End behaviorAndrea Mayer1-0/+24
2022-09-20net: dsa: felix: add support for changing DSA masterVladimir Oltean1-0/+1
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean1-0/+12
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean2-3/+6
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2-0/+18
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean1-0/+5
2022-09-20net: introduce iterators over synced hw addressesVladimir Oltean1-0/+6
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek1-0/+6
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek1-0/+2
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek1-0/+9
2022-09-20uapi: move IPPROTO_L2TP to in.hWojciech Drewek2-2/+2
2022-09-19Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski1-2/+0
2022-09-19Merge tag 'ib-mfd-net-pinctrl-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdJakub Kicinski2-0/+67
2022-09-18Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller5-4/+115
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2-2/+3
2022-09-16iov_iter: use "maxpages" parameterDan Carpenter1-1/+1
2022-09-16net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang1-0/+37
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel1-0/+1
2022-09-15can: raw: add CAN XL supportOliver Hartkopp1-0/+1
2022-09-15can: dev: add CAN XL support to virtual CANOliver Hartkopp1-0/+5
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp2-1/+23
2022-09-15can: canxl: introduce CAN XL data structureOliver Hartkopp1-0/+51
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp1-2/+2
2022-09-15can: skb: add skb CAN frame data length helpersOliver Hartkopp1-1/+23
2022-09-15can: skb: unify skb CAN frame identification helpersOliver Hartkopp1-1/+11
2022-09-14Merge tag 'devicetree-fixes-for-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+3
2022-09-13Input: hp_sdc: fix spelling typo in commentJiangshan Yi1-1/+1
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+3
2022-09-11Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+3
2022-09-11iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu1-1/+3
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2022-09-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+2