summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean1-0/+1
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean4-16/+19
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean6-110/+143
2023-02-06net/sched: mqprio: add extack messages for queue count validationVladimir Oltean1-9/+27
2023-02-06net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean1-29/+52
2023-02-06net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean1-1/+12
2023-02-06net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean1-43/+59
2023-02-06net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean1-51/+63
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer1-1/+3
2023-02-06net: page_pool: use in_softirq() insteadQingfang DENG1-3/+3
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata6-8/+70
2023-02-06net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata2-1/+137
2023-02-06net: bridge: Add a tracepoint for MDB overflowsPetr Machata1-0/+1
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata1-2/+5
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata3-2/+13
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata2-7/+7
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata3-5/+8
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata2-0/+5
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe3-37/+38
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe1-2/+17
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe1-4/+4
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe4-24/+24
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet2-8/+9
2023-02-03ipv4: raw: add drop reasonsEric Dumazet1-3/+5
2023-02-03ipv6: raw: add drop reasonsEric Dumazet1-5/+7
2023-02-03devlink: Move devlink dev selftest code to devMoshe Shemesh3-183/+184
2023-02-03devlink: Move devlink_info_req struct to be localMoshe Shemesh2-9/+8
2023-02-03devlink: Move devlink dev flash code to devMoshe Shemesh3-271/+272
2023-02-03devlink: Move devlink dev info code to devMoshe Shemesh3-255/+256
2023-02-03devlink: Move devlink dev eswitch code to devMoshe Shemesh3-125/+126
2023-02-03devlink: Move devlink dev reload code to devMoshe Shemesh3-421/+427
2023-02-03devlink: Split out dev get and dump codeMoshe Shemesh4-102/+118
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean1-5/+6
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov1-5/+6
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov1-12/+39
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov1-2/+4
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov3-9/+11
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov1-4/+8
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov1-1/+4
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet2-1/+3
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-131/+183
2023-02-02Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-56/+64
2023-02-02net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin1-6/+6
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu1-1/+1
2023-02-02net/sched: simplify tcf_pedit_actPedro Tammela1-70/+67
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-61/+87
2023-02-02Merge tag 'rxrpc-next-20230131' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Abeni17-124/+179
2023-02-02can: isotp: split tx timer into transmission and timeoutOliver Hartkopp1-36/+29
2023-02-02can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp1-0/+4
2023-02-02can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp1-16/+31