aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster
2022-02-14net: mscc: ocelot: add ability to perform bulk readsColin Foster
2022-02-14net: ocelot: align macros for consistencyColin Foster
2022-02-13etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-02-09Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-02-09NFSD: Deprecate NFS_OFFSET_MAXChuck Lever
2022-02-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
2022-02-09net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart
2022-02-09net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart
2022-02-09netfilter: nft_cmp: optimize comparison for 16-bytesPablo Neira Ayuso
2022-02-09netfilter: cttimeout: use option structureFlorian Westphal
2022-02-09netfilter: ecache: don't use nf_conn spinlockFlorian Westphal
2022-02-08net: dsa: typo in commentLuiz Angelo Daros de Luca
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet
2022-02-08net: add dev->dev_registered_trackerEric Dumazet
2022-02-08Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski
2022-02-08Merge tag 'nfs-for-5.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-02-07ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault
2022-02-07ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-02-07bpf: Use size instead of pages in bpf_binary_headerSong Liu
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-02-07ata: libata-core: Fix ata_dev_config_cpr()Damien Le Moal
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong
2022-02-07net: skb_drop_reason: add document for drop reasonsMenglong Dong