summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-02-08net/mlx5: Remove redundant health work lockShay Drory1-2/+0
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet1-0/+8
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni1-2/+8
2023-02-06can: bittiming: factor out can_sjw_set_default() and can_sjw_check()Marc Kleine-Budde1-0/+5
2023-02-06can: bittiming: can_changelink() pass extack down callstackMarc Kleine-Budde1-2/+3
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2-0/+10
2023-02-04net/mlx5: Add firmware support for MTUTC scaled_ppm frequency adjustmentsRahul Rameshbabu1-2/+10
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+120
2023-02-03Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+13
2023-02-02netlink: provide an ability to set default extack messageLeon Romanovsky1-0/+10
2023-02-02net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long1-0/+6
2023-02-02net: add a couple of helpers for iph tot_lenXin Long1-0/+21
2023-01-31net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu2-0/+6
2023-01-31net/mlx5: Change key type to key purposeJianbo Liu1-4/+4
2023-01-31net/mlx5: Add IFC bits and enums for crypto keyJianbo Liu1-6/+140
2023-01-31net/mlx5: Add IFC bits for general obj create paramJianbo Liu1-3/+8
2023-01-30net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov1-0/+1
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski4-15/+83
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+12
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+16
2023-01-27net: skbuff: drop the linux/hrtimer.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/splice.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched.h includeJakub Kicinski1-1/+0
2023-01-27net: skbuff: drop the linux/sched/clock.h includeJakub Kicinski1-1/+0
2023-01-27net: add missing includes of linux/sched/clock.hJakub Kicinski1-0/+1
2023-01-27net: skbuff: drop the linux/textsearch.h includeJakub Kicinski1-1/+1
2023-01-27net: skbuff: drop the linux/net.h includeJakub Kicinski1-1/+0
2023-01-27net: add missing includes of linux/net.hJakub Kicinski1-0/+1
2023-01-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-72/+87
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+1
2023-01-27xfrm: extend add policy callback to set failure reasonLeon Romanovsky1-1/+1
2023-01-26net: ethtool: provide shims for stats aggregation helpers when CONFIG_ETHTOOL...Vladimir Oltean2-11/+42
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet1-0/+1
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet1-1/+2
2023-01-25virtchnl: i40e/iavf: rename iwarp to rdmaJesse Brandeburg1-28/+37
2023-01-25virtchnl: do structure hardeningJesse Brandeburg1-16/+32
2023-01-25virtchnl: update header and increase header clarityJesse Brandeburg1-15/+18
2023-01-25virtchnl: remove unused structure declarationJesse Brandeburg1-13/+0
2023-01-25net/smc: De-tangle ism and smc device initializationStefan Raspl1-1/+0
2023-01-25s390/ism: Consolidate SMC-D-related codeStefan Raspl1-0/+2
2023-01-25net/smc: Separate SMC-D and ISM APIsStefan Raspl1-0/+7
2023-01-25net/ism: Add new API for client registrationStefan Raspl1-0/+67
2023-01-25s390/ism: Introduce struct ism_dmbStefan Raspl1-0/+23
2023-01-25bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki1-0/+12
2023-01-25bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet1-0/+4
2023-01-25bpf: Enable annotating trusted nested pointersDavid Vernet1-0/+4
2023-01-25netlink: fix spelling mistake in dump size assertJakub Kicinski1-1/+1
2023-01-24platform/x86: apple-gmux: Add apple_gmux_detect() helperHans de Goede1-2/+84
2023-01-24platform/x86: apple-gmux: Move port defines to apple-gmux.hHans de Goede1-0/+23
2023-01-24Merge tag 'wireless-next-2023-01-23' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-1/+26