summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet
2022-10-03net: Remove DECnet leftovers from flow.h.Guillaume Nault
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-29net: skb: introduce and use a single page frag cachePaolo Abeni
2022-09-29docs: netlink: clarify the historical baggage of Netlink flagsJakub Kicinski
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca
2022-09-28net/mlx5: Add the log_min_mkey_entity_size capabilityMaxim Mikityanskiy
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-28net: shrink struct ubuf_infoPavel Begunkov
2022-09-28net: introduce struct ubuf_info_msgzcPavel Begunkov
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Kui-Feng Lee
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Shakeel Butt
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal
2022-09-27net: tls: Add ARIA-GCM algorithmTaehee Yoo
2022-09-27net/mlx5: Remove from FPGA IFC file not-needed definitionsLeon Romanovsky
2022-09-27net/mlx5: Remove unused structsGal Pressman
2022-09-27net/mlx5: Remove unused functionsGal Pressman
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng