index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2023-02-07
net: add dedicated kmem_cache for typical/small skb->head
Eric Dumazet
2023-02-07
net: factorize code in kmalloc_reserve()
Eric Dumazet
2023-02-07
net: remove osize variable in __alloc_skb()
Eric Dumazet
2023-02-07
net: add SKB_HEAD_ALIGN() helper
Eric Dumazet
2023-02-07
Merge tag 'linux-can-next-for-6.3-20230206' of git://git.kernel.org/pub/scm/l...
Paolo Abeni
2023-02-07
ethtool: mm: fix get_mm() return code not propagating to user space
Vladimir Oltean
2023-02-06
net: openvswitch: reduce cpu_used_mask memory
Eddy Tao
2023-02-06
net: add sock_init_data_uid()
Pietro Borrello
2023-02-06
net/sched: taprio: only pass gate mask per TXQ for igc, stmmac, tsnep, am65_cpsw
Vladimir Oltean
2023-02-06
net/sched: taprio: pass mqprio queue configuration to ndo_setup_tc()
Vladimir Oltean
2023-02-06
net/sched: refactor mqprio qopt reconstruction to a library function
Vladimir Oltean
2023-02-06
net/sched: taprio: centralize mqprio qopt validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: add extack messages for queue count validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: allow offloading drivers to request queue count validation
Vladimir Oltean
2023-02-06
net/sched: mqprio: allow reverse TC:TXQ mappings
Vladimir Oltean
2023-02-06
net/sched: mqprio: refactor offloading and unoffloading to dedicated functions
Vladimir Oltean
2023-02-06
net/sched: mqprio: refactor nlattr parsing to a separate function
Vladimir Oltean
2023-02-06
net: introduce skb_poison_list and use in kfree_skb_list
Jesper Dangaard Brouer
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
2023-02-06
net: bridge: Add netlink knobs for number / maximum MDB entries
Petr Machata
2023-02-06
net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
Petr Machata
2023-02-06
net: bridge: Add a tracepoint for MDB overflows
Petr Machata
2023-02-06
net: bridge: Change a cleanup in br_multicast_new_port_group() to goto
Petr Machata
2023-02-06
net: bridge: Add br_multicast_del_port_group()
Petr Machata
2023-02-06
net: bridge: Move extack-setting to br_multicast_new_port_group()
Petr Machata
2023-02-06
net: bridge: Add extack to br_multicast_new_port_group()
Petr Machata
2023-02-06
net: bridge: Set strict_start_type at two policies
Petr Machata
2023-02-04
net/smc: replace mutex rmbs_lock and sndbufs_lock with rw_semaphore
D. Wythe
2023-02-04
net/smc: reduce unnecessary blocking in smcr_lgr_reg_rmbs()
D. Wythe
2023-02-04
net/smc: use read semaphores to reduce unnecessary blocking in smc_buf_create...
D. Wythe
2023-02-04
net/smc: llc_conf_mutex refactor, replace it with rw_semaphore
D. Wythe
2023-02-03
raw: use net_hash_mix() in hash function
Eric Dumazet
2023-02-03
ipv4: raw: add drop reasons
Eric Dumazet
2023-02-03
ipv6: raw: add drop reasons
Eric Dumazet
2023-02-03
devlink: Move devlink dev selftest code to dev
Moshe Shemesh
2023-02-03
devlink: Move devlink_info_req struct to be local
Moshe Shemesh
2023-02-03
devlink: Move devlink dev flash code to dev
Moshe Shemesh
2023-02-03
devlink: Move devlink dev info code to dev
Moshe Shemesh
2023-02-03
devlink: Move devlink dev eswitch code to dev
Moshe Shemesh
2023-02-03
devlink: Move devlink dev reload code to dev
Moshe Shemesh
2023-02-03
devlink: Split out dev get and dump code
Moshe Shemesh
2023-02-03
net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistently
Vladimir Oltean
2023-02-03
netfilter: nf_conntrack: allow early drop of offloaded UDP conns
Vlad Buslov
2023-02-03
net/sched: act_ct: offload UDP NEW connections
Vlad Buslov
2023-02-03
net/sched: act_ct: set ctinfo in meta action depending on ct state
Vlad Buslov
2023-02-03
netfilter: flowtable: cache info of last offload
Vlad Buslov
2023-02-03
netfilter: flowtable: allow unidirectional rules
Vlad Buslov
2023-02-03
netfilter: flowtable: fixup UDP timeout depending on ct state
Vlad Buslov
2023-02-02
tcp: add TCP_MINTTL drop reason
Eric Dumazet
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
[next]