summaryrefslogtreecommitdiffstats
path: root/net/core/dev.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski2023-04-201-1/+2
* net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2023-04-191-2/+1
* page_pool: allow caching from safely localized NAPIJakub Kicinski2023-04-141-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-131-1/+2
|\
| * rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2023-04-121-1/+1
| * net: openvswitch: fix race on port outputFelix Huettner2023-04-071-0/+1
* | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean2023-04-091-1/+1
* | net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean2023-04-031-5/+3
* | net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet2023-03-301-4/+18
* | net: optimize napi_schedule_rps()Eric Dumazet2023-03-301-3/+5
* | net: add softnet_data.in_net_rx_actionEric Dumazet2023-03-301-0/+4
* | net: napi_schedule_rps() cleanupEric Dumazet2023-03-301-6/+12
* | net: do not use skb_mac_header() in qdisc_pkt_len_init()Eric Dumazet2023-03-221-4/+4
* | net: Catch invalid index in XPS mappingNick Child2023-03-221-0/+2
* | net: remove enum skb_free_reasonEric Dumazet2023-03-071-11/+9
|/
* net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-02-241-1/+3
* net: add location to trace_consume_skb()Eric Dumazet2023-02-201-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-9/+1
|\
| * devlink: Fix netdev notifier chain corruptionIdo Schimmel2023-02-161-8/+0
| * net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann2023-02-131-1/+1
* | net/core: refactor promiscuous mode messageJesse Brandeburg2023-02-161-3/+2
* | net/core: print message for allmulticastJesse Brandeburg2023-02-161-0/+2
* | Daniel Borkmann says:Jakub Kicinski2023-02-101-0/+1
|\ \
| * | netdev-genl: create a simple family for netdev stuffJakub Kicinski2023-02-021-0/+1
* | | net: add gso_ipv4_max_size and gro_ipv4_max_size per deviceXin Long2023-02-011-0/+4
|/ /
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-281-2/+7
|\ \
| * | bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-231-0/+5
| * | bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-231-2/+2
* | | net: avoid irqsave in skb_defer_free_flushJesper Dangaard Brouer2023-01-231-3/+2
|/ /
* / net: Fix documentation for unregister_netdevice_notifier_netMiaoqian Lin2022-12-191-1/+1
|/
* net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit2022-12-031-0/+16
* net: fix napi_disable() logic errorEric Dumazet2022-11-181-2/+2
* net: add atomic_long_t to net_device_stats fieldsEric Dumazet2022-11-161-11/+3
* net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet2022-11-161-9/+5
* net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet2022-11-161-6/+4
* net: net_{enable|disable}_timestamp() optimizationsEric Dumazet2022-11-161-12/+6
* net: introduce a helper to move notifier block to different namespaceJiri Pirko2022-11-091-4/+18
* net/core: Allow live renaming when an interface is upAndy Ren2022-11-091-17/+2
* net: devlink: track netdev with devlink_port assignedJiri Pirko2022-11-031-5/+9
* net: add new helper unregister_netdevice_many_notifyHangbin Liu2022-10-311-10/+17
* rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2022-10-311-12/+13
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-2/+2
* net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook2022-10-251-1/+1
* net: Fix return value of qdisc ingress handling on successPaul Blakey2022-10-191-0/+4
* net: skb: introduce and use a single page frag cachePaolo Abeni2022-09-291-17/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-10/+10
|\
| * net: Fix a data-race around netdev_unregister_timeout_secs.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix a data-race around netdev_budget_usecs.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix a data-race around netdev_budget.Kuniyuki Iwashima2022-08-241-1/+1
| * net: Fix data-races around netdev_tstamp_prequeue.Kuniyuki Iwashima2022-08-241-4/+4