summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add dedicated kmem_cache for typical/small skb->headEric Dumazet2023-02-071-5/+67
* net: factorize code in kmalloc_reserve()Eric Dumazet2023-02-071-16/+11
* net: remove osize variable in __alloc_skb()Eric Dumazet2023-02-071-6/+4
* net: add SKB_HEAD_ALIGN() helperEric Dumazet2023-02-071-12/+6
* Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni2023-02-072-0/+10
|\
| * can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp2023-02-021-0/+3
| * can: gw: give feedback on missing CGW_FLAGS_CAN_IIF_TX_OK flagOliver Hartkopp2023-02-021-0/+7
* | ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean2023-02-071-1/+1
* | net: openvswitch: reduce cpu_used_mask memoryEddy Tao2023-02-063-7/+12
* | net: add sock_init_data_uid()Pietro Borrello2023-02-061-3/+12
* | net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean2023-02-061-3/+8
* | net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean2023-02-061-0/+1
* | net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean2023-02-064-16/+19
* | net/sched: taprio: centralize mqprio qopt validationVladimir Oltean2023-02-066-110/+143
* | net/sched: mqprio: add extack messages for queue count validationVladimir Oltean2023-02-061-9/+27
* | net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean2023-02-061-29/+52
* | net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean2023-02-061-1/+12
* | net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean2023-02-061-43/+59
* | net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean2023-02-061-51/+63
* | net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer2023-02-061-1/+3
* | net: page_pool: use in_softirq() insteadQingfang DENG2023-02-061-3/+3
* | net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata2023-02-066-8/+70
* | net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata2023-02-062-1/+137
* | net: bridge: Add a tracepoint for MDB overflowsPetr Machata2023-02-061-0/+1
* | net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata2023-02-061-2/+5
* | net: bridge: Add br_multicast_del_port_group()Petr Machata2023-02-063-2/+13
* | net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata2023-02-062-7/+7
* | net: bridge: Add extack to br_multicast_new_port_group()Petr Machata2023-02-063-5/+8
* | net: bridge: Set strict_start_type at two policiesPetr Machata2023-02-062-0/+5
* | net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe2023-02-043-37/+38
* | net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe2023-02-041-2/+17
* | net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe2023-02-041-4/+4
* | net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe2023-02-044-24/+24
* | raw: use net_hash_mix() in hash functionEric Dumazet2023-02-032-8/+9
* | ipv4: raw: add drop reasonsEric Dumazet2023-02-031-3/+5
* | ipv6: raw: add drop reasonsEric Dumazet2023-02-031-5/+7
* | devlink: Move devlink dev selftest code to devMoshe Shemesh2023-02-033-183/+184
* | devlink: Move devlink_info_req struct to be localMoshe Shemesh2023-02-032-9/+8
* | devlink: Move devlink dev flash code to devMoshe Shemesh2023-02-033-271/+272
* | devlink: Move devlink dev info code to devMoshe Shemesh2023-02-033-255/+256
* | devlink: Move devlink dev eswitch code to devMoshe Shemesh2023-02-033-125/+126
* | devlink: Move devlink dev reload code to devMoshe Shemesh2023-02-033-421/+427
* | devlink: Split out dev get and dump codeMoshe Shemesh2023-02-034-102/+118
* | net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean2023-02-031-5/+6
* | netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov2023-02-031-5/+6
* | net/sched: act_ct: offload UDP NEW connectionsVlad Buslov2023-02-031-12/+39
* | net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov2023-02-031-2/+4
* | netfilter: flowtable: cache info of last offloadVlad Buslov2023-02-033-9/+11
* | netfilter: flowtable: allow unidirectional rulesVlad Buslov2023-02-031-4/+8
* | netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov2023-02-031-1/+4