aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+11
2022-10-03once: rename _SLOW to _SLEEPABLEJason A. Donenfeld1-19/+19
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel3-0/+123
2022-10-03net: mdiobus: search for PSE nodes by parsing PHY nodes.Oleksij Rempel1-0/+2
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel1-0/+67
2022-10-03net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh1-0/+1
2022-10-03net/mlx5e: Expose rx_oversize_pkts_buffer counterGal Pressman1-2/+6
2022-10-03net/mlx5e: xsk: Use umr_mode to calculate striding RQ parametersMaxim Mikityanskiy1-0/+4
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+6
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-31/+311
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi1-0/+19
2022-10-03once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet1-0/+28
2022-10-03net: Remove DECnet leftovers from flow.h.Guillaume Nault1-26/+0
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún1-1/+3
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún1-0/+6
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún1-0/+4
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-2/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-0/+3
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-8/+60
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao1-0/+12
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean1-2/+0
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregister functionsJiri Pirko1-1/+5
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko1-1/+2
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski5-3/+80
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski3-37/+154
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy1-7/+0
2022-09-30net/mlx5e: xsk: Use KSM for unaligned XSKMaxim Mikityanskiy1-0/+6
2022-09-30net/mlx5e: Use runtime page_shift for striding RQMaxim Mikityanskiy1-0/+2
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-0/+3
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2-2/+5
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-14/+9
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-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau1-0/+6
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau1-0/+4
2022-09-29Merge tag 'net-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2022-09-29Merge tag 'ata-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-2/+2
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca1-1/+1
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+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/mellanox/linuxJakub 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