summaryrefslogtreecommitdiff
path: root/net/core/dev.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19net: move altnames together with the netdeviceJakub Kicinski1-4/+9
2023-10-19net: avoid UAF on deleted altnameJakub Kicinski1-1/+6
2023-10-19net: check for altname conflicts when changing netdev's netnsJakub Kicinski1-1/+8
2023-10-19net: fix ifname in netlink ntf during netns moveJakub Kicinski1-13/+31
2023-10-10net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-09-16net: core: Use the bitmap API to allocate bitmapsAndy Shevchenko1-3/+3
2023-08-28net: Make consumed action consistent in sch_handle_egressDaniel Borkmann1-0/+2
2023-08-28net: Fix skb consume leak in sch_handle_egressDaniel Borkmann1-0/+1
2023-08-16net: warn about attempts to register negative ifindexJakub Kicinski1-0/+5
2023-08-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+5
2023-08-03net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski1-0/+1
2023-08-03bpf, xdp: Add tracepoint to xdp attaching failureLeon Hwang1-1/+4
2023-08-02net: make sure we never create ifindex = 0Jakub Kicinski1-2/+1
2023-07-28net: store netdevs in an xarrayJakub Kicinski1-28/+54
2023-07-26net: remove redundant NULL check in remove_xps_queue()Zhengchao Shao1-2/+1
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann1-102/+163
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski1-0/+1
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko1-6/+2
2023-06-23net: fix net device address assign typePiotr Gardocki1-5/+5
2023-06-16net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki1-0/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski1-18/+45
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-69/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2023-06-07net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet1-1/+1
2023-06-07rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet1-2/+4
2023-06-06Merge branch 'drm-i915-use-ref_tracker-library-for-tracking-wakerefs'Jakub Kicinski1-1/+1
2023-06-06lib/ref_tracker: improve printing statsAndrzej Hajda1-1/+1
2023-06-01net: don't set sw irq coalescing defaults in case of PREEMPT_RTHeiner Kallweit1-2/+4
2023-05-26net/core: Enable socket busy polling on -RTKurt Kanzenbach1-3/+6
2023-05-10net: add vlan_get_protocol_and_depth() helperEric Dumazet1-1/+1
2023-04-23net: optimize napi_threaded_poll() vs RPS/RFSEric Dumazet1-2/+10
2023-04-23net: make napi_threaded_poll() aware of sd->defer_listEric Dumazet1-0/+3
2023-04-23net: move skb_defer_free_flush() upEric Dumazet1-21/+21
2023-04-23net: do not provide hard irq safety for sd->defer_lockEric Dumazet1-2/+2
2023-04-21net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski1-1/+2
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski1-2/+1
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski1-0/+3
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-04-13rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi1-1/+1
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean1-1/+1
2023-04-08net: openvswitch: fix race on port outputFelix Huettner1-0/+1
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean1-5/+3
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet1-0/+4
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-23net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet1-4/+4
2023-03-23net: Catch invalid index in XPS mappingNick Child1-0/+2
2023-03-08net: remove enum skb_free_reasonEric Dumazet1-11/+9
2023-02-24net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet1-1/+3