summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2021-04-13gro: ensure frag0 meets IP header alignmentEric Dumazet-1/+2
2021-04-09net: fix hangup on napi_disable for threaded napiPaolo Abeni-1/+2
2021-03-18net: check all name nodes in __dev_alloc_nameJiri Bohac-0/+12
2021-03-17net: fix race between napi kthread mode and busy pollWei Wang-1/+18
2021-03-16can: dev: Move device back to init netns on owning netns deleteMartin Willi-1/+1
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-18/+14
2021-02-13skbuff: queue NAPI_MERGED_FREE skbs into NAPI cache instead of freeingAlexander Lobakin-8/+1
2021-02-13skbuff: remove __kfree_skb_flush()Alexander Lobakin-6/+1
2021-02-13bpf: Drop MTU check when doing TC-BPF redirect to ingressJesper Dangaard Brouer-18/+14
2021-02-11net: fix dev_ifsioc_locked() race conditionCong Wang-0/+42
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+6
2021-02-09net: add sysfs attribute to control napi threaded modeWei Wang-2/+46
2021-02-09net: implement threaded-able napi poll loop supportWei Wang-0/+112
2021-02-09net: extract napi poll functionality to __napi_poll()Felix Fietkau-12/+24
2021-02-05net: gro: do not keep too many GRO packets in napi->rx_listEric Dumazet-5/+6
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky-6/+1
2021-01-29net: support ip generic csum processing in skb_csum_hwoffload_helpXin Long-1/+12
2021-01-22tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung-1/+1
2021-01-20net/sched: cls_flower add CT_FLAGS_INVALID flag supportwenxu-0/+2
2021-01-20net: inline rollback_registered_many()Jakub Kicinski-14/+8
2021-01-20net: move rollback_registered_many()Jakub Kicinski-93/+95
2021-01-20net: inline rollback_registered()Jakub Kicinski-11/+6
2021-01-20net: move net_set_todo inside rollback_registered()Jakub Kicinski-8/+3
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2021-01-19net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabledTariq Toukan-0/+5
2021-01-19net: add inline function skb_csum_is_sctpXin Long-1/+1
2021-01-18net: netdevice: Add operation ndo_sk_get_lower_devTariq Toukan-0/+33
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-13/+11
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+24
2021-01-14net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUMTariq Toukan-3/+9
2021-01-13net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong-4/+2
2021-01-09net-gro: remove GRO_DROPEric Dumazet-11/+0
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski-0/+11
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi-11/+9
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi-4/+4
2021-01-07udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski-1/+1
2020-12-16net: core: introduce __netdev_notify_peersLijun Pan-2/+20
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-38/+99
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan-0/+5
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+20
2020-12-09xdp: Remove the xdp_attachment_flags_ok() callbackToke Høiland-Jørgensen-2/+20
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-21/+68
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+2
2020-12-01net: delete __dev_getfirstbyhwtypeVladimir Oltean-13/+0
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel-1/+1
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel-11/+10
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel-15/+63
2020-11-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu-0/+2