summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorLines
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann-0/+1
2023-08-15net: warn about attempts to register negative ifindexJakub Kicinski-0/+5
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+5
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski-0/+1
2023-08-02bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang-1/+4
2023-08-01net: make sure we never create ifindex = 0Jakub Kicinski-2/+1
2023-07-28net: store netdevs in an xarrayJakub Kicinski-28/+54
2023-07-25net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao-2/+1
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann-102/+163
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski-0/+1
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko-6/+2
2023-06-22net: fix net device address assign typePiotr Gardocki-5/+5
2023-06-15net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki-0/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski-18/+45
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-69/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+5
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet-2/+4
2023-06-05Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski-1/+1
2023-06-05lib/ref_tracker: improve printing statsAndrzej Hajda-1/+1
2023-05-31net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit-2/+4
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach-3/+6
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet-1/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet-2/+2
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski-1/+2
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski-2/+1
2023-04-14page_pool: allow caching from safely localized NAPIJakub Kicinski-0/+3
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi-1/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean-1/+1
2023-04-07net: openvswitch: fix race on port outputFelix Huettner-0/+1
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean-5/+3
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet-0/+4
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet-6/+12
2023-03-22net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet-4/+4
2023-03-22net: Catch invalid index in XPS mappingNick Child-0/+2
2023-03-07net: remove enum skb_free_reasonEric Dumazet-11/+9
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet-1/+3
2023-02-20net: add location to trace_consume_skb()Eric Dumazet-1/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-9/+1
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel-8/+0
2023-02-16net/core: refactor promiscuous mode messageJesse Brandeburg-3/+2
2023-02-16net/core: print message for allmulticastJesse Brandeburg-0/+2
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann-1/+1