summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | | tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-022-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0219-131/+183
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'linux-can-fixes-for-6.2-20230202' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-02-023-56/+64
| |\ \ \
| | * | | can: isotp: split tx timer into transmission and timeoutOliver Hartkopp2023-02-021-36/+29
| | * | | can: isotp: handle wait_event_interruptible() return valuesOliver Hartkopp2023-02-021-0/+4
| | * | | can: raw: fix CAN FD frame transmissions over CAN XL devicesOliver Hartkopp2023-02-021-16/+31
| | * | | can: j1939: fix errant WARN_ON_ONCE in j1939_session_deactivateZiyang Xuan2023-02-021-4/+0
| * | | | net: openvswitch: fix flow memory leak in ovs_flow_cmd_newFedor Pchelkin2023-02-021-6/+6
| |/ / /
| * | | ip/ip6_gre: Fix non-point-to-point tunnel not generating IPv6 link local addressThomas Winter2023-02-011-5/+5