aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-5/+136
2023-02-02Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+13
2023-02-02Merge tag 'linux-kselftest-kunit-fixes-6.2-rc7' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+3
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-15/+66
2023-02-02Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni1-221/+259
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky1-0/+10
2023-02-01net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long2-0/+9
2023-02-01packet: add TP_STATUS_GSO_TCP for tp_statusXin Long1-0/+1
2023-02-01netfilter: use skb_ip_totlen and iph_totlenXin Long1-2/+2
2023-02-01net: add a couple of helpers for iph tot_lenXin Long2-3/+21
2023-01-31Merge tag 'mlx5-updates-2023-01-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-12/+157
2023-01-31rxrpc: Change rx_packet tracepoint to display securityIndex not type twiceDavid Howells1-3/+2
2023-01-31rxrpc: Simplify ACK handlingDavid Howells1-0/+36
2023-01-31rxrpc: De-atomic call->ackr_window and call->ackr_nr_unackedDavid Howells1-4/+6
2023-01-31rxrpc: Generate extra pings for RTT during heavy-receive callDavid Howells1-1/+2
2023-01-31rxrpc: Shrink the tabulation in the rxrpc trace header a bitDavid Howells1-98/+98
2023-01-31rxrpc: Remove whitespace before ')' in trace headerDavid Howells1-213/+213
2023-01-31kunit: fix kunit_test_init_section_suites(...)Brendan Higgins1-1/+0
2023-01-30net: mscc: ocelot: expose vsc7514_regmap definitionColin Foster1-0/+2
2023-01-30net: mscc: ocelot: expose ocelot_reset routineColin Foster1-0/+1
2023-01-30net: mscc: ocelot: expose vcap_props structureColin Foster1-0/+2
2023-01-30net: mscc: ocelot: expose regfield definition to be used by other driversColin Foster1-0/+2
2023-01-30net: mscc: ocelot: expose ocelot wm functionsColin Foster1-0/+5
2023-01-30net/mlx5: Prepare for fast crypto key update if hardware supports itJianbo Liu2-0/+6
2023-01-30net/mlx5: Change key type to key purposeJianbo Liu1-4/+4
2023-01-30net/mlx5: Add IFC bits and enums for crypto keyJianbo Liu1-6/+140
2023-01-30net/mlx5: Add IFC bits for general obj create paramJianbo Liu1-3/+8
2023-01-30kunit: fix bug in KUNIT_EXPECT_MEMEQRae Moar1-2/+3
2023-01-30rxrpc: Fix trace stringDavid Howells1-1/+1
2023-01-30devlink: remove devlink featuresJiri Pirko1-1/+1
2023-01-30Merge tag 'batadv-next-pullrequest-20230127' of git://git.open-mesh.org/linux...David S. Miller1-0/+2
2023-01-30net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoCAndrey Konovalov1-0/+1
2023-01-28net: netlink: recommend policy range validationJohannes Berg1-1/+2
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-15/+121
2023-01-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+12
2023-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-19/+26
2023-01-27Merge tag 'drm-fixes-2023-01-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+13
2023-01-27devlink: protect devlink param list by instance lockJiri Pirko1-5/+11
2023-01-27devlink: make devlink_param_driverinit_value_set() return voidJiri Pirko1-2/+2
2023-01-27devlink: make devlink_param_register/unregister staticJiri Pirko1-4/+0
2023-01-27net: remove unnecessary includes from net/flow.hJakub Kicinski1-2/+3
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: checksum: drop the linux/uaccess.h includeJakub Kicinski1-1/+3
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