summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | net-core: use netdev_* calls for kernel messagesJesse Brandeburg2021-10-201-12/+10
* | | devlink: Remove extra device_lock assert checksLeon Romanovsky2021-10-191-2/+0
* | | net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior2021-10-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-181-4/+15
|\ \ \
| * | | netfilter: Introduce egress hookLukas Wunner2021-10-141-2/+13
| * | | netfilter: Generalize ingress hook include fileLukas Wunner2021-10-141-1/+1
| * | | netfilter: Rename ingress hook include fileLukas Wunner2021-10-141-1/+1
* | | | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-182-28/+38
* | | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-182-45/+53
* | | | net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-4/+5
* | | | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-182-3/+13
* | | | gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-37/+2
* | | | gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-0/+32
* | | | gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-182-14/+17
* | | | net: make use of helper netif_is_bridge_master()Kyungrok Chung2021-10-161-1/+1
* | | | net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-10-161-3/+0
* | | | page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin2021-10-151-4/+6
* | | | net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann2021-10-141-3/+8
* | | | net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann2021-10-141-5/+1
* | | | net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann2021-10-141-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-141-13/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean2021-10-131-13/+11
* | | | devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-44/+3
* | | | devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-2/+22
* | | | devlink: Annotate devlink API callsLeon Romanovsky2021-10-121-0/+26
* | | | devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky2021-10-121-0/+18
* | | | devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-0/+57
* | | | net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann2021-10-121-30/+83
* | | | net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu2021-10-121-15/+40
* | | | net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-10-121-9/+13
* | | | net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann2021-10-121-12/+14
* | | | net: make dev_get_port_parent_id slightly more readableAntoine Tenart2021-10-101-5/+2
* | | | net: introduce a function to check if a netdev name is in useAntoine Tenart2021-10-081-4/+10
* | | | vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2021-10-081-11/+24
* | | | net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart2021-10-081-0/+55
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-1/+1
|\| | | | |/ / |/| |
| * | rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-061-1/+1
* | | of: net: add a helper for loading netdev->dev_addrJakub Kicinski2021-10-071-0/+25
* | | of: net: move of_net under net/Jakub Kicinski2021-10-073-1/+147
| |/ |/|
* | net:dev: Change napi_gro_complete return type to voidGyumin Hwang2021-10-021-3/+2
* | devlink: report maximum number of snapshots with regionsJacob Keller2021-10-011-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-302-24/+34
|\|
| * af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-6/+26
| * net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski2021-09-301-0/+6
| * net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-301-18/+2
* | net: add new socket option SO_RESERVE_MEMWei Wang2021-09-302-1/+70
* | dissector: do not set invalid PPP protocolBoris Sukholitko2021-09-301-2/+1
* | devlink: Add missed notifications iteratorsLeon Romanovsky2021-09-291-2/+21
* | devlink: Notify users when objects are accessibleLeon Romanovsky2021-09-271-14/+93
* | net: make napi_disable() symmetric with enableJakub Kicinski2021-09-271-6/+12