summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-23net: dsa: realtek: rtl8365mb: serialize indirect PHY register accessAlvin Šipraga1-21/+33
2022-02-23net: dsa: realtek: allow subdrivers to externally lock regmapAlvin Šipraga3-5/+91
2022-02-23net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean1-4/+12
2022-02-23ionic: use vmalloc includeShannon Nelson1-0/+1
2022-02-23net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2-9/+41
2022-02-23net: add skb_set_end_offset() helperEric Dumazet2-14/+15
2022-02-23ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet1-3/+2
2022-02-23testptp: add option to shift clock by nanosecondsMaciek Machnikowski1-4/+14
2022-02-23usbnet: gl620a: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-02-23net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2-4/+12
2022-02-23net: dsa: microchip: ksz9477: reduce polling interval for statisticsOleksij Rempel1-1/+1
2022-02-23s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2-5/+5
2022-02-23s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet1-5/+31
2022-02-22net: dsa: b53: mark as non-legacyRussell King (Oracle)1-0/+6
2022-02-22net: dsa: b53: switch to using phylink_generic_validate()Russell King (Oracle)5-76/+13
2022-02-22net: dsa: b53: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-2/+0
2022-02-22net: dsa: b53: populate supported_interfaces and mac_capabilitiesRussell King (Oracle)5-0/+95
2022-02-22net: dsa: b53: clean up if() condition to be more readableRussell King (Oracle)1-4/+7
2022-02-22net: dm9051: Fix use after free in dm9051_loop_tx()Dan Carpenter1-1/+3
2022-02-22net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2-11/+22
2022-02-21octeontx2-af: cn10k: add workaround for ptp errataNaveen Mamindlapalli1-7/+80
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli6-3/+75
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu7-0/+155
2022-02-21bonding: add new parameter ns_targetsHangbin Liu3-21/+237
2022-02-21bonding: add extra field for bond_opt_valueHangbin Liu1-9/+18
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu1-24/+34
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2-17/+37
2022-02-21ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-02-21net: qualcomm: rmnet: Use skb_put_zero() to simplify codeChristophe JAILLET1-3/+1
2022-02-21selftests: fib_test: Add a test case for IPv4 broadcast neighboursIdo Schimmel1-1/+57
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel3-3/+12
2022-02-21net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy1-2/+2
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong3-4/+11
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong3-2/+27
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong3-2/+9
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2-2/+8
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong5-4/+13
2022-02-20net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong4-7/+33
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong1-4/+17
2022-02-20net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong1-1/+6
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong1-2/+8
2022-02-19net: prestera: acl: fix 'client_map' buff overflowVolodymyr Mytnyk1-1/+1
2022-02-19net: dsa: microchip: add ksz8563 to ksz9477 I2C driverAhmad Fatoum1-0/+1
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter1-4/+8
2022-02-19net: dsa: microchip: ksz9477: export HW stats over stats64 interfaceOleksij Rempel3-0/+104
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)2-4/+1
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)2-6/+0
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2-7/+11
2022-02-19atm: nicstar: Use kcalloc() to simplify codeChristophe JAILLET1-8/+2