summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-17net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean1-3/+1
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean1-0/+1
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean2-0/+2
2022-02-17net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsVladimir Oltean1-8/+8
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean1-1/+1
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean1-2/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean1-0/+16
2022-02-17mptcp: mptcp_parse_option is no longer exportedMatthieu Baerts1-6/+0
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+10
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean1-0/+39
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean1-0/+7
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+2
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2-16/+12
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster1-0/+8
2022-02-14net: mscc: ocelot: add ability to perform bulk readsColin Foster1-0/+5
2022-02-14net: ocelot: align macros for consistencyColin Foster1-15/+29
2022-02-13etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller5-16/+27
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet1-2/+1
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe2-0/+13
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2-0/+5
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-0/+1
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-46/+221
2022-02-11Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+14
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet1-1/+1
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller2-0/+22
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski11-86/+36
2022-02-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-41/+91
2022-02-10net: drop_monitor: support drop reasonMenglong Dong1-0/+1
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki1-1/+2
2022-02-09Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-8/+0
2022-02-09NFSD: Deprecate NFS_OFFSET_MAXChuck Lever1-8/+0
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston3-2/+32
2022-02-09mctp: Add helper for address match checkingJeremy Kerr1-0/+5
2022-02-09net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart1-1/+0
2022-02-09net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart1-0/+13
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso1-0/+9
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal1-2/+6
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal1-1/+1
2022-02-09net: dsa: typo in commentLuiz Angelo Daros de Luca1-1/+1
2022-02-09ipv6/addrconf: use one delayed work per netnsEric Dumazet1-0/+1
2022-02-09ipv6/addrconf: allocate a per netns hash tableEric Dumazet1-0/+4
2022-02-09net: add dev->dev_registered_trackerEric Dumazet1-0/+3
2022-02-09Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski1-0/+4
2022-02-08Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2022-02-08ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault1-1/+2
2022-02-08ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2-0/+63
2022-02-08bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu2-9/+13
2022-02-08bpf: Introduce bpf_arch_text_copySong Liu1-0/+2
2022-02-08bpf: Use size instead of pages in bpf_binary_headerSong Liu1-3/+3