aboutsummaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)Author
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang
2021-02-09net: implement threaded-able napi poll loop supportWei Wang
2021-02-09net: extract napi poll functionality to __napi_poll()Felix Fietkau
2021-02-05net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu
2021-01-20net: inline rollback_registered_many()Jakub Kicinski
2021-01-20net: move rollback_registered_many()Jakub Kicinski
2021-01-20net: inline rollback_registered()Jakub Kicinski
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan
2021-01-19net: add inline function skb_csum_is_sctpXin Long
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan
2021-01-13net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong
2021-01-09net-gro: remove GRO_DROPEric Dumazet
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab
2020-11-09net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit