aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso3-5/+5
2021-01-26netfilter: flowtable: add hash offset field to tuplePablo Neira Ayuso1-0/+4
2021-01-25netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal1-2/+0
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-1/+3
2021-01-22mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-0/+2
2021-01-22net/mlx5e: Support HTB offloadMaxim Mikityanskiy1-3/+10
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy3-0/+38
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2021-01-22net: sched: Add multi-queue support to sch_tree_lockMaxim Mikityanskiy1-4/+10
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-0/+4
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung3-2/+4
2021-01-22tcp: remove unused ICSK_TIME_EARLY_RETRANSPengcheng Yang1-3/+1
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes2-7/+0
2021-01-21soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes1-0/+5
2021-01-21soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes1-2/+2
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu3-2/+4
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-20/+95
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-6/+25
2021-01-20net: usb: cdc_ncm: don't spew notificationsGrant Grundler1-0/+2
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-5/+12
2021-01-19bonding: add a vlan+srcmac tx hashing optionJarod Wilson2-0/+2
2021-01-19net: add inline function skb_csum_is_sctpXin Long1-0/+5
2021-01-19Merge tag 'nfsd-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-6/+53
2021-01-19mdio-bitbang: Export mdiobb_{read,write}()Geert Uytterhoeven1-0/+3
2021-01-19mdio, phy: fix -Wshadow warnings triggered by nested container_of()Alexander Lobakin2-7/+23
2021-01-18net/bonding: Declare TLS RX device offload supportTariq Toukan1-1/+1
2021-01-18net/bonding: Implement TLS TX device offloadTariq Toukan1-0/+2
2021-01-18net/bonding: Implement ndo_sk_get_lower_devTariq Toukan1-0/+2
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+4
2021-01-18net_sched: fix RTNL deadlock again caused by request_module()Cong Wang1-1/+4
2021-01-18tcp: fix TCP_USER_TIMEOUT with zero windowEnke Chen1-0/+3
2021-01-18Merge tag 'mac80211-for-net-2021-01-18.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski2-1/+5
2021-01-15GTP: add support for flow based tunneling APIPravin B Shelar3-0/+14
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+47
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean1-0/+2
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean1-0/+1
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-0/+34
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-6/+2
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2-1/+5
2021-01-15Merge tag 'for-5.11/dm-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+1
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-19/+125
2021-01-15dsa: add support for Arrow XRS700x tag trailerGeorge McCollister1-0/+2
2021-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+6
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-5/+9
2021-01-15Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2021-01-15compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon1-0/+6
2021-01-14perf: Add build id data in mmap2 eventJiri Olsa1-5/+37
2021-01-14bpf: Add size arg to build_id_parse functionJiri Olsa1-1/+2
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa1-0/+11
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-240/+75