summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-13/+11
2021-01-14Merge 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-13net: core: use eth_type_vlan in __netif_receive_skb_coreMenglong Dong1-4/+2
2021-01-09net-gro: remove GRO_DROPEric Dumazet1-11/+0
2021-01-08net: make sure devices go through netdev_wait_all_refsJakub Kicinski1-10/+4
2021-01-08net: make free_netdev() more lenient with unregistering devicesJakub Kicinski1-0/+11
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-11/+9
2021-01-08net, 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-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-38/+99
2020-12-14net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabledTariq Toukan1-0/+5
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2020-12-11Merge 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+2
2020-12-01net: 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-27net/sched: fix miss init the mru in qdisc_skb_cbwenxu1-0/+2
2020-11-24net: warn if gso_type isn't set for a GSO SKBHeiner Kallweit1-0/+5
2020-11-24net, xsk: Avoid taking multiple skbuff referencesBjörn Töpel1-6/+2
2020-11-24smp: Cleanup smp_call_function*()Peter Zijlstra1-2/+1
2020-11-17net: datagram: fix some kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-11-09net: core: add dev_get_tstats64 as a ndo_get_stats64 implementationHeiner Kallweit1-0/+15
2020-11-02net: core: remove unneeded semicolonTom Rix1-1/+1
2020-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2020-10-27net: core: Use skb_is_gso() in skb_checksum_help()Yi Li1-1/+1
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+4
2020-10-18net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo1-1/+1
2020-10-13net: add function dev_fetch_sw_netstats for fetching pcpu_sw_netstatsHeiner Kallweit1-0/+34
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+12
2020-10-11bpf: Add redirect_peer helperDaniel Borkmann1-3/+12
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-42/+122
2020-09-29net: Add netif_rx_any_context()Sebastian Andrzej Siewior1-0/+15
2020-09-28net: core: add nested_level variable in net_deviceTaehee Yoo1-13/+72
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-22/+37
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab1-2/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+8
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-18net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu1-3/+8
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-10net: Fix bridge enslavement failureIdo Schimmel1-1/+1