summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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: 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-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
2022-02-08bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu1-2/+2
2022-02-07net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2-0/+7
2022-02-07net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2-0/+4
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2-0/+12
2022-02-07net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2-0/+12
2022-02-07net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2-0/+2
2022-02-07net: skb_drop_reason: add document for drop reasonsMenglong Dong1-6/+6
2022-02-06net: initialize init_net earlierEric Dumazet1-0/+6
2022-02-05skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet1-6/+5
2022-02-05net: refine dev_put()/dev_hold() debuggingEric Dumazet1-23/+46
2022-02-05ref_tracker: add a count of untracked referencesEric Dumazet1-0/+2
2022-02-05ref_tracker: implement use-after-free detectionEric Dumazet1-0/+2
2022-02-05ipv6: make mc_forwarding atomicEric Dumazet1-1/+1
2022-02-05net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)1-1/+0
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-24/+28
2022-02-05net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey1-0/+11
2022-02-05uapi: ioam: Insertion frequencyJustin Iurman1-0/+9
2022-02-05net: don't include ndisc.h from ipv6.hJakub Kicinski2-1/+1
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce1-0/+5
2022-02-04tls: cap the output scatter list to something reasonableJakub Kicinski1-0/+17
2022-02-04Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller1-10/+0
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski20-51/+151
2022-02-04Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-13/+34
2022-02-04ice: add support for DSCP QoS for IDCDave Ertman1-0/+4
2022-02-04ax25: fix reference count leaks of ax25_devDuoming Zhou1-3/+5
2022-02-04i40e: remove enum i40e_client_stateJakub Kicinski1-10/+0
2022-02-03Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv1-1/+0
2022-02-03net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz1-0/+6
2022-02-03net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz1-0/+12
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck1-30/+52
2022-02-03net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann1-5/+13
2022-02-02Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin1-6/+5
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov3-1/+11
2022-02-02net: dsa: tag_qca: add support for handling mgmt and MIB Ethernet packetAnsuel Smith1-0/+7
2022-02-02net: dsa: tag_qca: add define for handling MIB packetAnsuel Smith1-0/+10