aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-01net: dsa: replace phylink_get_interfaces() with phylink_get_caps()Russell King (Oracle)1-3/+2
2021-12-01net: dsa: consolidate phylink creationRussell King (Oracle)3-33/+32
2021-12-01net: xfrm: drop check of pols[0] for the second timeJean Sacren1-1/+1
2021-11-30mctp: remove unnecessary check before calling kfree_skb()Yang Yingliang2-5/+2
2021-11-30net: netlink: af_netlink: Prevent empty skb by adding a check on len.Harshit Mogalapalli1-0/+5
2021-11-30netfilter: bridge: add support for pppoe filteringFlorian Westphal1-4/+3
2021-11-30netfilter: nft_fwd_netdev: Support egress hookPablo Neira Ayuso1-2/+5
2021-11-30netfilter: nfnetlink_queue: silence bogus compiler warningFlorian Westphal1-1/+1
2021-11-30netfilter: ctnetlink: remove useless type conversion to boolBernard Zhao1-1/+1
2021-11-30netfilter: nf_queue: remove leftover synchronize_rcuFlorian Westphal1-6/+0
2021-11-30netfilter: conntrack: Use memset_startat() to zero struct nf_connKees Cook1-3/+1
2021-11-30ipvs: remove unused variable for ip_vs_new_destGuoYong Zheng1-5/+2
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig1-6/+5
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-29ethtool: netlink: Slightly simplify 'ethnl_features_to_bitmap()'Christophe JAILLET1-1/+0
2021-11-29Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsJakub Kicinski2-10/+18
2021-11-29wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+19
2021-11-29rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()Eiichi Tsukata1-5/+9
2021-11-29rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()Eiichi Tsukata1-5/+9
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen13-3/+4
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-29mctp: test: fix skb free in test device txJeremy Kerr1-1/+1
2021-11-29net/tls: Fix authentication failure in CCM modeTianjia Zhang1-2/+2
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: mpls: Remove rcu protection from nh_devBenjamin Poirier2-25/+16
2021-11-29net: mpls: Fix notifications when deleting a deviceBenjamin Poirier1-16/+52
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-29nl80211: reset regdom when reloading regdbFinn Behrens1-2/+25
2021-11-29mac80211: add docs for ssn in struct tid_ampdu_txJohannes Berg1-0/+1
2021-11-28ieee80211: change HE nominal packet padding value definesMiri Korenblit1-4/+5
2021-11-28cfg80211: use ieee80211_bss_get_elem() instead of _get_ie()Johannes Berg4-34/+33
2021-11-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+0
2021-11-27Merge tag 'nfs-for-5.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+5
2021-11-26af_unix: Relax race in unix_autobind().Kuniyuki Iwashima1-10/+12
2021-11-26af_unix: Replace the big lock with small locks.Kuniyuki Iwashima2-48/+70
2021-11-26af_unix: Save hash in sk_hash.Kuniyuki Iwashima1-19/+23
2021-11-26af_unix: Add helpers to calculate hashes.Kuniyuki Iwashima1-29/+35
2021-11-26af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima1-4/+2
2021-11-26af_unix: Allocate unix_address in unix_bind_(bsd|abstract)().Kuniyuki Iwashima1-40/+67
2021-11-26af_unix: Remove unix_mkname().Kuniyuki Iwashima1-23/+11
2021-11-26af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)().Kuniyuki Iwashima1-38/+25
2021-11-26af_unix: Cut unix_validate_addr() out of unix_mkname().Kuniyuki Iwashima1-10/+30
2021-11-26af_unix: Return an error as a pointer in unix_find_other().Kuniyuki Iwashima1-18/+22
2021-11-26af_unix: Factorise unix_find_other() based on address types.Kuniyuki Iwashima1-55/+81