summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-01mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang2-5/+2
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky2-16/+49
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov1-18/+2
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov1-5/+3
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang1-19/+17
2021-11-30ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong2-1/+5
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky1-2/+0
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier2-5/+5
2021-11-29net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier1-7/+6
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior4-17/+17
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin3-36/+31
2021-11-27af_unix: Relax race in unix_autobind().Kuniyuki Iwashima1-10/+12
2021-11-27af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2-48/+70
2021-11-27af_unix: Save hash in sk_hash.Kuniyuki Iwashima1-19/+23
2021-11-27af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima1-29/+35
2021-11-27af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima1-4/+2
2021-11-27af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima1-40/+67
2021-11-27af_unix: Remove unix_mkname().Kuniyuki Iwashima1-23/+11
2021-11-27af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima1-38/+25
2021-11-27af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima1-10/+30
2021-11-27af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima1-18/+22
2021-11-27af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima1-55/+81
2021-11-27af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima1-15/+21
2021-11-27af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima2-8/+14
2021-11-27bridge: use __set_bit in __br_vlan_set_default_pvidXin Long1-2/+2
2021-11-27net: ethtool: set a default driver nameTonghao Zhang1-0/+3
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-121/+255
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan2-3/+3
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann1-1/+1
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti1-3/+5
2021-11-26sctp: make the raise timer more simple and accurateXin Long3-21/+19
2021-11-26tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-26tls: fix replacing proto_opsJakub Kicinski1-7/+40
2021-11-26tls: splice_read: fix accessing pre-processed recordsJakub Kicinski1-8/+25
2021-11-26tls: splice_read: fix record type checkJakub Kicinski1-13/+10
2021-11-25net/smc: Fix loop in smc_listenGuo DaXing1-1/+3
2021-11-25net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul1-17/+18
2021-11-25net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski1-1/+4
2021-11-25net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski1-0/+4
2021-11-25net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-25net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-25tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-11-25net: bridge: Allow base 16 inputs in sysfsIdo Schimmel1-1/+1
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet7-29/+8
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet8-40/+13
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel1-8/+16
2021-11-24dccp: Inline dccp_listen_start().Kuniyuki Iwashima1-16/+11
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima3-5/+5