summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+14
2021-02-14skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin1-8/+1
2021-02-14skbuff: remove __kfree_skb_flush()Alexander Lobakin1-6/+1
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer1-18/+14
2021-02-12net: fix dev_ifsioc_locked() race conditionCong Wang1-0/+42
2021-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+6
2021-02-10net: add sysfs attribute to control napi threaded modeWei Wang1-2/+46
2021-02-10net: implement threaded-able napi poll loop supportWei Wang1-0/+112
2021-02-10net: extract napi poll functionality to __napi_poll()Felix Fietkau1-12/+24
2021-02-06net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet1-5/+6
2021-02-05net/core: move gro function declarations to separate headerLeon Romanovsky1-6/+1
2021-01-30net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long1-1/+12
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-1/+1
2021-01-21net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu1-0/+2
2021-01-21net: inline rollback_registered_many()Jakub Kicinski1-14/+8
2021-01-21net: move rollback_registered_many()Jakub Kicinski1-93/+95
2021-01-21net: inline rollback_registered()Jakub Kicinski1-11/+6
2021-01-21net: move net_set_todo inside rollback_registered()Jakub Kicinski1-8/+3
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2021-01-20net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan1-0/+5
2021-01-20net: add inline function skb_csum_is_sctpXin Long1-1/+1
2021-01-19net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan1-0/+33
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-13/+11
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+24
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan1-3/+9
2021-01-14net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong1-4/+2
2021-01-10net-gro: remove GRO_DROPEric Dumazet1-11/+0
2021-01-09net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-09net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-0/+11
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-11/+9
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+4
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski1-1/+1
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan1-2/+20
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-38/+99
2020-12-15net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-15Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+20
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen1-2/+20
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-21/+68
2020-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2020-12-02net: delete __dev_getfirstbyhwtypeVladimir Oltean1-13/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel1-11/+10
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-15/+63
2020-11-28net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
2020-11-25net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2020-11-25net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-6/+2
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+1
2020-11-18net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-11-10net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+15