summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski1-1/+8
2022-11-17devlink: Allow for devlink-rate nodes parent reassignmentMichal Wilczynski1-5/+7
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski1-0/+45
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+33
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski1-0/+31
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean4-5/+7
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean3-3/+3
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean3-4/+15
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean18-51/+98
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean2-4/+5
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-0/+70
2022-11-17net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes1-1/+1
2022-11-17net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes1-1/+1
2022-11-17net: dsa: refactor name assignment for user portsRasmus Villemoes2-5/+11
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-74/+81
2022-11-17sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming1-1/+1
2022-11-16tcp: annotate data-race around queue->synflood_warnedEric Dumazet1-1/+1
2022-11-16ax25: af_ax25: Remove unnecessary (void*) conversionsLi zeming1-2/+2
2022-11-16tcp: configurable source port perturb table sizeGleb Mazovetskiy2-5/+15
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-6/+13
2022-11-16ipv4: tunnels: use DEV_STATS_INC()Eric Dumazet5-38/+38
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet4-35/+28
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet1-6/+6
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet1-9/+5
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet1-6/+4
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet1-12/+6
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet1-4/+3
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean1-3/+17
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2-6/+135
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima6-27/+35
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2-9/+25
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2-5/+12
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima2-20/+31
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean1-0/+10
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean1-10/+8
2022-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski43-99/+158
2022-11-15net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun1-1/+1
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2-2/+21
2022-11-15net: dcb: move getapptrust to separate functionDaniel Machon1-22/+43
2022-11-15bridge: switchdev: Fix memory leaks when changing VLAN protocolIdo Schimmel1-3/+14
2022-11-15kcm: close race conditions on sk_receive_queueCong Wang1-52/+6
2022-11-15netfilter: conntrack: use siphash_4u64Florian Westphal1-17/+13
2022-11-15netfilter: rpfilter/fib: clean up some inconsistent indentingJiapeng Chong1-3/+2
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter5-21/+38
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter41-57/+103
2022-11-14tcp: Add listening address to SYN flood messageJamie Bainbridge1-3/+11
2022-11-14net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean3-2/+18