summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-01-20net: fix UaF in netns ops registration error pathPaolo Abeni1-1/+1
2023-01-09gro: take care of DODGY packetsEric Dumazet1-2/+3
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-2/+5
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-24Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+5
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-0/+15
2022-12-20bpf: pull before calling skb_postpull_rcsum()Jakub Kicinski1-2/+5
2022-12-19net: Introduce sk_use_task_frag in struct sock.Guillaume Nault1-0/+1
2022-12-19net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet1-0/+6
2022-12-16skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan1-0/+3
2022-12-16devlink: protect devlink dump by the instance lockJakub Kicinski1-0/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-10/+10
2022-12-16devlink: hold region lock when flushing snapshotsJakub Kicinski1-0/+2
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds26-488/+1255
2022-12-13Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds1-2/+2
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-24/+19
2022-12-12net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long1-3/+3
2022-12-12net: tso: inline tso_count_descs()Yunsheng Lin1-8/+0
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-7/+38
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-09net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia1-3/+4
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook1-8/+62
2022-12-08net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn1-1/+8
2022-12-07devlink: Expose port function commands to control migratableShay Drory1-0/+55
2022-12-07devlink: Expose port function commands to control RoCEShay Drory1-0/+113
2022-12-07devlink: Validate port function requestShay Drory1-9/+23
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger2-2/+15
2022-12-04bpf, sockmap: fix race in sock_map_free()Eric Dumazet1-0/+2
2022-12-04bpf: Add dummy type reference to nf_conn___init to fix type deduplicationToke Høiland-Jørgensen1-0/+14
2022-12-03net: add netdev_sw_irq_coalesce_default_on()Heiner Kallweit1-0/+16
2022-12-02net: devlink: convert port_list into xarrayJiri Pirko1-30/+27
2022-11-30net: devlink: make the devlink_ops::info_get() callback optionalVincent Mailhol1-7/+6
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-8/+18
2022-11-30devlink: support directly reading from region memoryJacob Keller1-17/+63
2022-11-30devlink: refactor region_read_snapshot_fill to use a callback functionJacob Keller1-9/+35
2022-11-30devlink: remove unnecessary parameter from chunk_fill functionJacob Keller1-8/+2
2022-11-30devlink: find snapshot in devlink_nl_cmd_region_read_dumpitJacob Keller1-11/+14
2022-11-30devlink: report extended error message in region_read_dumpit()Jacob Keller1-4/+12
2022-11-30devlink: use min_t to calculate data_sizeJacob Keller1-4/+2
2022-11-30bpf: Fix a compilation failure with clang lto buildYonghong Song1-2/+1
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang1-3/+6
2022-11-30net: Use call_rcu_hurry() for dst_release()Joel Fernandes (Google)1-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-30/+34
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-28Daniel Borkmann says:Jakub Kicinski1-29/+28
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-1/+3
2022-11-22devlink: remove redundant health state set to errorMoshe Shemesh1-2/+0