summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky
2021-11-30net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_releaseNikolay Aleksandrov
2021-11-30net: nexthop: reduce rcu synchronizations when replacing resilient groupsNikolay Aleksandrov
2021-11-30net/tls: simplify the tls_set_sw_offload functionTianjia Zhang
2021-11-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET
2021-11-29net: snmp: add statistics for tcp small queue checkMenglong Dong
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky
2021-11-29net: mpls: Make for_nexthops iterator constBenjamin Poirier
2021-11-29net: mpls: Remove duplicate variable from iterator macroBenjamin Poirier
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior
2021-11-29net/l2tp: convert tunnel rwlock_t to rcuTom Parkin
2021-11-26af_unix: Relax race in unix_autobind().Kuniyuki Iwashima
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima
2021-11-26af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima
2021-11-26af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima
2021-11-26af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima
2021-11-26af_unix: Remove unix_mkname().Kuniyuki Iwashima
2021-11-26af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima
2021-11-26af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima
2021-11-26af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima
2021-11-26af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima
2021-11-26af_unix: Pass struct sock to unix_autobind().Kuniyuki Iwashima
2021-11-26af_unix: Use offsetof() instead of sizeof().Kuniyuki Iwashima
2021-11-26bridge: use __set_bit in __br_vlan_set_default_pvidXin Long
2021-11-26net: ethtool: set a default driver nameTonghao Zhang
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan
2021-11-26ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()Julian Wiedmann
2021-11-26net/sched: sch_ets: don't peek at classes beyond 'nbands'Davide Caratti
2021-11-25sctp: make the raise timer more simple and accurateXin Long
2021-11-25tipc: delete the unlikely branch in tipc_aead_encryptXin Long
2021-11-25tls: fix replacing proto_opsJakub Kicinski
2021-11-25tls: splice_read: fix accessing pre-processed recordsJakub Kicinski
2021-11-25tls: splice_read: fix record type checkJakub Kicinski
2021-11-24net/smc: Fix loop in smc_listenGuo DaXing
2021-11-24net/smc: Fix NULL pointer dereferencing in smc_vlan_by_tcpsk()Karsten Graul
2021-11-24net-ipv6: changes to ->tclass (via IPV6_TCLASS) should sk_dst_reset()Maciej Żenczykowski
2021-11-24net-ipv6: do not allow IPV6_TCLASS to muck with tcp's ECNMaciej Żenczykowski
2021-11-24net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski
2021-11-24net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski
2021-11-24tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet
2021-11-24net: bridge: Allow base 16 inputs in sysfsIdo Schimmel
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-11-24net/ncsi : Add payload to be 32-bit aligned to fix dropped packetsKumar Thangavel
2021-11-23dccp: Inline dccp_listen_start().Kuniyuki Iwashima
2021-11-23dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski