aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean2-0/+16
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean3-0/+9
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni1-0/+1
2022-09-29docs: netlink: clarify the historical baggage of Netlink flagsJakub Kicinski1-1/+1
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-68/+47
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-2/+2
2022-09-28net/mlx5: Add the log_min_mkey_entity_size capabilityMaxim Mikityanskiy1-1/+7
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-98/+131
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-3/+2
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau1-0/+3
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-0/+2
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-28net: shrink struct ubuf_infoPavel Begunkov1-18/+4
2022-09-28net: introduce struct ubuf_info_msgzcPavel Begunkov1-0/+21
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt1-45/+0
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-2/+2
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo1-0/+30
2022-09-27net/mlx5: Remove from FPGA IFC file not-needed definitionsLeon Romanovsky2-24/+16
2022-09-27net/mlx5: Remove unused structsGal Pressman1-5/+0
2022-09-27net/mlx5: Remove unused functionsGal Pressman3-60/+0
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng1-0/+1
2022-09-27net/mlx5: add IFC bits for bypassing port select flow tableLiu, Changcheng1-2/+7
2022-09-27net/mlx5: Add support for NPPS with real time modeAya Levin1-0/+2
2022-09-27net/mlx5: Expose NPPS related registersAya Levin1-4/+14
2022-09-27headers: Remove some left-over license textChristophe JAILLET5-34/+1
2022-09-27Merge branch 'mlx5-vfio' into mlx5-nextLeon Romanovsky851-8039/+22203
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer1-2/+2
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+5
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui1-5/+0
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2022-09-24Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+17
2022-09-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+1
2022-09-23Merge tag 'driver-core-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart1-2/+0
2022-09-23vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignmentWill Deacon1-2/+1
2022-09-23tun: support not enabling carrier in TUNSETIFFPatrick Rohr1-0/+2
2022-09-23net: phylink: Adjust advertisement based on rate matchingSean Anderson1-1/+2
2022-09-23net: phylink: Adjust link settings based on rate matchingSean Anderson1-0/+5
2022-09-23net: phy: Add support for rate matchingSean Anderson3-3/+38
2022-09-23net: phylink: Generate caps and convert to linkmodes separatelySean Anderson1-2/+2
2022-09-23net: phylink: Export phylink_caps_to_linkmodesSean Anderson1-0/+1
2022-09-23net: phylink: Document MAC_(A)SYM_PAUSESean Anderson1-0/+29
2022-09-22net/mlx5e: Support MACsec offload extended packet number (EPN)Emeel Hakim1-0/+8
2022-09-22net/mlx5: Add ifc bits for MACsec extended packet number (EPN) and replay pro...Emeel Hakim1-0/+29
2022-09-22net/mlx5: Fix fields name prefix in MACsecEmeel Hakim1-3/+3
2022-09-22net/sched: sch_api: add helper for tc qdisc walker stats dumpZhengchao Shao1-0/+13
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan1-0/+10
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-32/+78