summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* devlink: Notify users when objects are accessibleLeon Romanovsky2021-09-271-14/+93
* net: make napi_disable() symmetric with enableJakub Kicinski2021-09-271-6/+12
* devlink: Remove single line function obfuscationsLeon Romanovsky2021-09-241-55/+34
* devlink: Delete not used port parameters APIsLeon Romanovsky2021-09-241-42/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-20/+33
|\
| * napi: fix race inside napi_enableXuan Zhuo2021-09-201-6/+10
| * net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-14/+23
* | skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing2021-09-221-3/+5
* | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-2/+1
* | net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng2021-09-191-2/+2
* | net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng2021-09-191-0/+4
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-171-0/+21
|\ \
| * | bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko2021-09-101-0/+21
* | | devlink: Delete not-used devlink APIsLeon Romanovsky2021-09-171-99/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-162-14/+3
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-142-14/+3
| |\ \
| | * | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-132-14/+3
| | |/
* | | devlink: Delete not-used single parameter notification APIsLeon Romanovsky2021-09-151-48/+0
* | | net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-09-151-0/+2
* | | skbuff: inline page_frag_alloc_align()Yajun Deng2021-09-141-11/+8
|/ /
* | skbuff: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* | pktgen: remove unused variableEric Dumazet2021-09-031-1/+0
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-303-3/+38
|\
| * bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau2021-08-251-0/+6
| * bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu2021-08-241-0/+14
| * bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu2021-08-191-0/+14
| * af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-161-0/+1
| * bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-172-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-301-0/+3
|\ \
| * | netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-301-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-1/+2
|\ \ \
| * | | rtnetlink: Return correct error on changing device netnsAndrey Ignatov2021-08-261-1/+2
* | | | sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-1/+0
| |/ / |/| |
* | | net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman2021-08-251-46/+98
* | | page_pool: use relaxed atomic for release side accountingYunsheng Lin2021-08-241-1/+1
* | | net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-08-191-1/+88
* | | net/core: Remove unused field from struct flow_indr_devEli Cohen2021-08-191-1/+0
* | | pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson2021-08-181-27/+26
* | | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-4/+12
* | | net: net_namespace: Optimize the codeYajun Deng2021-08-181-28/+24
* | | net: procfs: add seq_puts() statement for dev_mcastYajun Deng2021-08-181-11/+13
* | | devlink: Clear whole devlink_flash_notify structLeon Romanovsky2021-08-141-2/+2
* | | devlink: Use xarray to store devlink instancesLeon Romanovsky2021-08-141-21/+49
* | | devlink: Count struct devlink consumersLeon Romanovsky2021-08-141-35/+170
* | | devlink: Remove check of always valid devlink pointerLeon Romanovsky2021-08-141-56/+38
* | | devlink: Simplify devlink_pernet_pre_exit callLeon Romanovsky2021-08-141-10/+10
| |/ |/|
* | net: in_irq() cleanupChangbin Du2021-08-133-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-132-3/+12
|\|
| * net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau2021-08-111-2/+3
| * page_pool: mask the page->signature before the checkingYunsheng Lin2021-08-091-1/+9