summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin
2021-10-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-14netfilter: Introduce egress hookLukas Wunner
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-10-12devlink: Annotate devlink API callsLeon Romanovsky
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu
2021-10-12net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann
2021-10-12net, neigh: Fix NTF_EXT_LEARNED in combination with NTF_USEDaniel Borkmann
2021-10-10net: make dev_get_port_parent_id slightly more readableAntoine Tenart
2021-10-08net: introduce a function to check if a netdev name is in useAntoine Tenart
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-08net-sysfs: try not to restart the syscall if it will fail eventuallyAntoine Tenart
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-07of: net: add a helper for loading netdev->dev_addrJakub Kicinski
2021-10-07of: net: move of_net under net/Jakub Kicinski
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski
2021-09-24devlink: Remove single line function obfuscationsLeon Romanovsky
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky
2021-09-20napi: fix race inside napi_enableXuan Zhuo
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski