summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-07net: add dedicated kmem_cache for typical/small skb->headEric Dumazet
2023-02-07net: factorize code in kmalloc_reserve()Eric Dumazet
2023-02-07net: remove osize variable in __alloc_skb()Eric Dumazet
2023-02-07net: add SKB_HEAD_ALIGN() helperEric Dumazet
2023-02-07Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2023-02-07ethtool: mm: fix get_mm() return code not propagating to user spaceVladimir Oltean
2023-02-06net: openvswitch: reduce cpu_used_mask memoryEddy Tao
2023-02-06net: add sock_init_data_uid()Pietro Borrello
2023-02-06net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpswVladimir Oltean
2023-02-06net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()Vladimir Oltean
2023-02-06net/sched: refactor mqprio qopt reconstruction to a library functionVladimir Oltean
2023-02-06net/sched: taprio: centralize mqprio qopt validationVladimir Oltean
2023-02-06net/sched: mqprio: add extack messages for queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow offloading drivers to request queue count validationVladimir Oltean
2023-02-06net/sched: mqprio: allow reverse TC:TXQ mappingsVladimir Oltean
2023-02-06net/sched: mqprio: refactor offloading and unoffloading to dedicated functionsVladimir Oltean
2023-02-06net/sched: mqprio: refactor nlattr parsing to a separate functionVladimir Oltean
2023-02-06net: introduce skb_poison_list and use in kfree_skb_listJesper Dangaard Brouer
2023-02-06net: page_pool: use in_softirq() insteadQingfang DENG
2023-02-06net: bridge: Add netlink knobs for number / maximum MDB entriesPetr Machata
2023-02-06net: bridge: Maintain number of MDB entries in net_bridge_mcast_portPetr Machata
2023-02-06net: bridge: Add a tracepoint for MDB overflowsPetr Machata
2023-02-06net: bridge: Change a cleanup in br_multicast_new_port_group() to gotoPetr Machata
2023-02-06net: bridge: Add br_multicast_del_port_group()Petr Machata
2023-02-06net: bridge: Move extack-setting to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Add extack to br_multicast_new_port_group()Petr Machata
2023-02-06net: bridge: Set strict_start_type at two policiesPetr Machata
2023-02-04net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphoreD. Wythe
2023-02-04net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()D. Wythe
2023-02-04net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...D. Wythe
2023-02-04net/smc: llc_conf_mutex refactor, replace it with rw_semaphoreD. Wythe
2023-02-03raw: use net_hash_mix() in hash functionEric Dumazet
2023-02-03ipv4: raw: add drop reasonsEric Dumazet
2023-02-03ipv6: raw: add drop reasonsEric Dumazet
2023-02-03devlink: Move devlink dev selftest code to devMoshe Shemesh
2023-02-03devlink: Move devlink_info_req struct to be localMoshe Shemesh
2023-02-03devlink: Move devlink dev flash code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev info code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev eswitch code to devMoshe Shemesh
2023-02-03devlink: Move devlink dev reload code to devMoshe Shemesh
2023-02-03devlink: Split out dev get and dump codeMoshe Shemesh
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean
2023-02-03netfilter: nf_conntrack: allow early drop of offloaded UDP connsVlad Buslov
2023-02-03net/sched: act_ct: offload UDP NEW connectionsVlad Buslov
2023-02-03net/sched: act_ct: set ctinfo in meta action depending on ct stateVlad Buslov
2023-02-03netfilter: flowtable: cache info of last offloadVlad Buslov
2023-02-03netfilter: flowtable: allow unidirectional rulesVlad Buslov
2023-02-03netfilter: flowtable: fixup UDP timeout depending on ct stateVlad Buslov
2023-02-02tcp: add TCP_MINTTL drop reasonEric Dumazet
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski