summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski310-36973/+38456
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds59-311/+477
2022-11-17net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()Dan Carpenter1-1/+1
2022-11-17NFC: nci: Allow to create multiple virtual nci devicesDmitry Vyukov1-76/+71
2022-11-17sundance: remove unused variable cntColin Ian King1-2/+0
2022-11-17sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming1-1/+1
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu4-6/+10
2022-11-17net: usb: smsc95xx: fix external PHY resetAlexandru Tachici1-4/+42
2022-11-17net: usb: qmi_wwan: add Telit 0x103a compositionEnrico Sau1-0/+1
2022-11-16netdevsim: Fix memory leak of nsim_dev->fa_cookieWang Yufen1-0/+1
2022-11-16mlxsw: update adjfine to use adjust_by_scaled_ppmJacob Keller1-15/+3
2022-11-16Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-9/+18
2022-11-16Merge tag 'pinctrl-v6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds26-7/+103
2022-11-16Merge tag 'platform-drivers-x86-v6.1-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds9-8/+124
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 Sitnicki2-7/+14
2022-11-16Merge branch 'net-atomic-dev-stats'David S. Miller13-121/+117
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 Dumazet3-37/+40
2022-11-16Merge branch 'net-try_cmpxchg-conversions'David S. Miller4-40/+26
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-16Merge branch 'udp-pernetns-hash'David S. Miller10-58/+261
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima5-6/+166
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 Iwashima3-5/+13
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima2-20/+31
2022-11-16net: thunderbolt: Fix error handling in tbnet_init()Yuan Can1-5/+14
2022-11-16Merge branch 'microchip-fixes'David S. Miller3-0/+9
2022-11-16net: microchip: sparx5: Fix potential null-ptr-deref in sparx_stats_init() an...Shang XiaoJing2-0/+6
2022-11-16net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()Shang XiaoJing1-0/+3
2022-11-16Merge branch 'sfc-TC-offload-counters'David S. Miller13-9/+998
2022-11-16sfc: implement counters readout to TC statsEdward Cree3-0/+52
2022-11-16sfc: validate MAE action orderEdward Cree1-0/+50
2022-11-16sfc: attach an MAE counter to TC actions that need itEdward Cree3-2/+32
2022-11-16sfc: accumulate MAE counter values from update packetsEdward Cree2-1/+57
2022-11-16sfc: add functions to allocate/free MAE countersEdward Cree4-0/+170
2022-11-16sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree4-0/+90
2022-11-16sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree7-10/+373
2022-11-16sfc: add ef100 MAE counter support functionsEdward Cree5-0/+139