summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-18/+14
|\
| * bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer2021-02-131-18/+14
* | skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin2021-02-131-8/+1
* | skbuff: remove __kfree_skb_flush()Alexander Lobakin2021-02-131-6/+1
* | net: fix dev_ifsioc_locked() race conditionCong Wang2021-02-121-0/+42
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-5/+6
|\ \
| * | net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet2021-02-061-5/+6
* | | net: add sysfs attribute to control napi threaded modeWei Wang2021-02-101-2/+46
* | | net: implement threaded-able napi poll loop supportWei Wang2021-02-101-0/+112
* | | net: extract napi poll functionality to __napi_poll()Felix Fietkau2021-02-101-12/+24
* | | net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-051-6/+1
* | | net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long2021-01-301-1/+12
* | | tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2021-01-231-1/+1
* | | net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu2021-01-211-0/+2
* | | net: inline rollback_registered_many()Jakub Kicinski2021-01-211-14/+8
* | | net: move rollback_registered_many()Jakub Kicinski2021-01-211-93/+95
* | | net: inline rollback_registered()Jakub Kicinski2021-01-211-11/+6
* | | net: move net_set_todo inside rollback_registered()Jakub Kicinski2021-01-211-8/+3
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-0/+5
|\|
| * net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan2021-01-201-0/+5
* | net: add inline function skb_csum_is_sctpXin Long2021-01-191-1/+1
* | net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan2021-01-191-0/+33
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-161-13/+11
|\ \
| * | 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-151-13/+24
|\ \ \ | | |/ | |/|
| * | net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan2021-01-141-3/+9
| * | net: make sure devices go through netdev_wait_all_refsJakub Kicinski2021-01-091-10/+4
| * | net: make free_netdev() more lenient with unregistering devicesJakub Kicinski2021-01-091-0/+11
* | | net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong2021-01-141-4/+2
* | | net-gro: remove GRO_DROPEric Dumazet2021-01-091-11/+0
| |/ |/|
* | udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-1/+1
|/
* net: core: introduce __netdev_notify_peersLijun Pan2020-12-161-2/+20
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-38/+99
|\
| * net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan2020-12-151-0/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-121-2/+20
| |\
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-21/+68
| |\ \
| | * | xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-011-1/+1
| | * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-11/+10
| | * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-15/+63
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-041-6/+2
| |\ \ \
| * | | | net: delete __dev_getfirstbyhwtypeVladimir Oltean2020-12-021-13/+0
| * | | | net/sched: fix miss init the mru in qdisc_skb_cbwenxu2020-11-271-0/+2
| * | | | net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit2020-11-241-0/+5
| * | | | net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-171-2/+2
| | |/ / | |/| |
| * | | net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit2020-11-101-0/+15
| * | | net: core: remove unneeded semicolonTom Rix2020-11-031-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-291-0/+4
| |\ \ \
| * | | | net: core: Use skb_is_gso() in skb_checksum_help()Yi Li2020-10-281-1/+1
* | | | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-151-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |