summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | devlink: Refactor devlink health reporter constructorVladyslav Tarasiuk2020-07-101-17/+28
* | | | | devlink: Move input checks from driver to devlinkDanielle Ratson2020-07-091-0/+20
* | | | | devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-091-0/+3
* | | | | devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson2020-07-091-0/+4
* | | | | devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-43/+11
* | | | | devlink: Move switch_port attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-091-3/+3
* | | | | devlink: Move set attribute of devlink_port_attrs to devlink_portDanielle Ratson2020-07-091-3/+3
* | | | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-0/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-044-55/+292
|\ \ \ \
| * | | | bpf: Fix net/core/filter build errors when INET is not enabledRandy Dunlap2020-07-011-0/+4
| * | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+22
| * | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+62
| * | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+82
| * | | | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-1/+35
| * | | | sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-9/+0
| * | | | bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-222-0/+9
| * | | | bpf: Rename bpf_htab to bpf_shtab in sock_mapAndrey Ignatov2020-06-221-41/+41
| * | | | bpf: sk_storage: Prefer to get a free cache_idxMartin KaFai Lau2020-06-181-4/+37
| | |/ / | |/| |
* | | | net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata2020-06-291-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-255-22/+40
|\ \ \ \ | | |/ / | |/| |
| * | | net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-06-231-0/+2
| | |/ | |/|
| * | net: Add MODULE_DESCRIPTION entries to network modulesRob Gill2020-06-201-0/+1
| * | net: flow_offload: fix flow_indr_dev_unregister pathwenxu2020-06-191-6/+10
| * | flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-21/+1
| * | flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2020-06-191-0/+21
| * | net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2020-06-182-1/+3
| * | net: fix memleak in register_netdevice()Yang Yingliang2020-06-181-0/+7
| * | xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu2020-06-171-0/+1
| |/
* | net: neighbor: add fdb extended attributeNikolay Aleksandrov2020-06-241-0/+1
* | net/core/devlink.c: remove new uninitialized_var() usageStephen Rothwell2020-06-221-1/+1
* | net: core: try to runtime-resume detached device in __dev_openHeiner Kallweit2020-06-221-2/+8
* | devlink: Add support for board.serial_number to info_get cb.Vasundhara Volam2020-06-221-0/+8
* | net/devlink: Support setting hardware address of port functionParav Pandit2020-06-221-0/+76
* | net/devlink: Support querying hardware address of port functionParav Pandit2020-06-221-0/+45
* | net/devlink: Prepare devlink port functions to fill extackParav Pandit2020-06-221-4/+8
* | net: tso: add UDP segmentation supportEric Dumazet2020-06-181-11/+18
* | net: tso: cache transport header lengthEric Dumazet2020-06-181-4/+7
* | net: tso: constify tso_count_descs() and friendsEric Dumazet2020-06-181-3/+3
* | net: napi: remove useless stack traceEric Dumazet2020-06-181-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-135-37/+63
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-132-16/+41
| |\
| | * bpf: Fix memlock accounting for sock_hashAndrey Ignatov2020-06-121-0/+4
| | * bpf: sockmap: Don't attach programs to UDP socketsLorenz Bauer2020-06-121-4/+6
| | * net/filter: Permit reading NET in load_bytes_relative when MAC not setYiFei Zhu2020-06-111-7/+9
| | * bpf, sockhash: Synchronize delete from bucket list on map freeJakub Sitnicki2020-06-091-2/+21
| | * bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_freeJakub Sitnicki2020-06-091-0/+1
| | * bpf: Fix unused-var without NETDEVICESMatthieu Baerts2020-06-041-3/+0
| * | net: change addr_list_lock back to static keyCong Wang2020-06-093-21/+22
* | | Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-101-1/+1
|\ \ \ | |/ / |/| |
| * | net/sysctl: use cpumask_parse in flow_limit_cpu_sysctlChristoph Hellwig2020-06-081-1/+1