summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-09mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston
2022-02-09mctp: Add helper for address match checkingJeremy Kerr
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-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-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
2022-02-06net: initialize init_net earlierEric Dumazet
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey
2022-02-04uapi: ioam: Insertion frequencyJustin Iurman
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski
2022-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2022-02-04netfilter: conntrack: pptp: use single option structureFlorian Westphal
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal
2022-02-04netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal
2022-02-04netfilter: nfqueue: enable to get skb->priorityNicolas Dichtel
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds