Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04Revert "veth: Add updating of trans_start"Vladimir Oltean
2022-06-17veth: Add updating of trans_startJay Vosburgh
2022-05-16veth: enable BIG TCP packetsEric Dumazet
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski
2022-05-01net: enable memcg accounting for veth queuesVasily Averin
2022-04-08veth: Ensure eth header is in skb's linear partGuillaume Nault
2022-03-17veth: Allow jumbo frames in xdp modeLorenzo Bianconi
2022-03-17veth: Rework veth_xdp_rcv_skb in order to accept non-linear skbLorenzo Bianconi
2022-03-17net: veth: Account total xdp_frame len running ndo_xdp_xmitLorenzo Bianconi
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior
2022-02-09veth: fix races around rq->rx_notify_maskedEric Dumazet
2022-01-06veth: Do not record rx queue hint in veth_xmitDaniel Borkmann
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-23veth: ensure skb entering GRO are not cloned.Paolo Abeni
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni
2021-11-26veth: use ethtool_sprintf instead of snprintfTonghao Zhang
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet
2021-07-29veth: use skb_prepare_for_gro()Paolo Abeni
2021-07-20veth: create by default nr_possible_cpus queuesPaolo Abeni
2021-07-20veth: implement support for set_channel ethtool opPaolo Abeni
2021-07-20veth: factor out initialization helperPaolo Abeni
2021-07-20veth: always report zero combined channelsPaolo Abeni
2021-04-17veth: check for NAPI instead of xdp_prog before xmit of XDP frameToke Høiland-Jørgensen
2021-04-12veth: refine napi usagePaolo Abeni
2021-04-12veth: allow enabling NAPI even without XDPPaolo Abeni
2021-04-12veth: use skb_orphan_partial instead of skb_orphanPaolo Abeni
2021-03-30veth: Implement ethtool's get_channels() callbackMaciej Fijalkowski
2021-03-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-06veth: Store queue_mapping independently of XDP prog presenceMaciej Fijalkowski
2021-02-04net, veth: Alloc skb in bulk for ndo_xdp_xmitLorenzo Bianconi
2021-01-21net, xdp: Introduce xdp_build_skb_from_frame utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20net-veth: Add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()Maciej Żenczykowski
2020-07-26bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-06-02xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-06-02xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi
2020-05-15veth: Xdp using frame_sz in veth driverJesper Dangaard Brouer