summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-102-7/+16
|\ \ \ | | |/ | |/|
| * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-051-5/+6
| * | udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn2021-02-041-2/+10
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-092-2/+86
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-091-0/+112
* | | net: extract napi poll functionality to __napi_poll()Felix Fietkau2021-02-091-12/+24
* | | net-sysfs: Add rtnl locking for getting Tx queue traffic classAlexander Duyck2021-02-081-3/+10
* | | Revert "net: Have netpoll bring-up DSA management interface"Vladimir Oltean2021-02-061-18/+4
* | | net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2021-02-061-16/+10
* | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-6/+1
* | | net: page_pool: simplify page recycling condition testsAlexander Lobakin2021-02-041-10/+4
* | | net: indirect call helpers for ipv4/ipv6 dst_check functionsBrian Vazquez2021-02-031-2/+10
* | | net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-02-021-1/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-3/+4
|\| |
| * | neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* | | net: Remove redundant calls of sk_tx_queue_clear().Kuniyuki Iwashima2021-01-291-1/+10
* | | net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-291-1/+12
* | | Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-01-281-30/+280
|\ \ \
| * | | devlink: Support get and set state of port functionParav Pandit2021-01-221-1/+89
| * | | devlink: Support add and delete devlink portParav Pandit2021-01-221-0/+121
| * | | devlink: Introduce PCI SF port flavour and port attributeParav Pandit2021-01-221-0/+39
| * | | devlink: Prepare code to fill multiple port function attributesParav Pandit2021-01-221-31/+33
* | | | net: reduce indentation level in sk_clone_lock()Eric Dumazet2021-01-281-96/+93
* | | | devlink: Add DMAC filter generic packet trapAya Levin2021-01-271-0/+1
* | | | net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov2021-01-271-1/+1
* | | | net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada2021-01-271-2/+0
* | | | pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-01-271-1/+1
* | | | mlxsw: Register physical ports as a devlink resourceDanielle Ratson2021-01-221-0/+4
* | | | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-222-3/+5
* | | | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-202-4/+11
* | | | net: inline rollback_registered_many()Jakub Kicinski2021-01-201-14/+8
* | | | net: move rollback_registered_many()Jakub Kicinski2021-01-201-93/+95
* | | | net: inline rollback_registered()Jakub Kicinski2021-01-201-11/+6
* | | | net: move net_set_todo inside rollback_registered()Jakub Kicinski2021-01-201-8/+3
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-204-7/+19
|\ \ \ | |/ / |/| / | |/
| * net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-191-0/+5
| * net: core: devlink: use right genl user_ptr when handling port param get/setOleksandr Mazur2021-01-191-2/+2
| * skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-161-1/+5
| * net_sched: gen_estimator: support large ewma logEric Dumazet2021-01-151-4/+7
* | net: fix GSO for SG-enabled devicesPaolo Abeni2021-01-191-2/+2
* | net: add inline function skb_csum_is_sctpXin Long2021-01-191-1/+1
* | net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2021-01-181-0/+33
* | net: move the hsize check to the else block in skb_segmentXin Long2021-01-161-5/+6
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-153-16/+35
|\ \
| * | bpf: Allow to retrieve sol_socket opts from sock_addr progsDaniel Borkmann2021-01-121-2/+23
| * | net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi2021-01-081-11/+9
| * | net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi2021-01-081-4/+4
| * | bpf: Replace fput with sockfd_put in sock mapZheng Yongjun2021-01-081-1/+1
* | | neighbor: remove definition of DEBUGTom Rix2021-01-151-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-144-39/+80
|\ \ \ | | |/ | |/|