summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-10-02net:dev: Change napi_gro_complete return type to voidGyumin Hwang1-3/+2
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller1-0/+5
2021-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-24/+34
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang2-1/+70
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski1-0/+6
2021-09-30dissector: do not set invalid PPP protocolBoris Sukholitko1-2/+1
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-18/+2
2021-09-29devlink: Add missed notifications iteratorsLeon Romanovsky1-2/+21
2021-09-27devlink: Notify users when objects are accessibleLeon Romanovsky1-14/+93
2021-09-27net: make napi_disable() symmetric with enableJakub Kicinski1-6/+12
2021-09-24devlink: Remove single line function obfuscationsLeon Romanovsky1-55/+34
2021-09-24devlink: Delete not used port parameters APIsLeon Romanovsky1-42/+0
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-20/+33
2021-09-22skbuff: pass the result of data ksize to __build_skb_aroundLi RongQing1-3/+5
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky1-2/+1
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-19net: rtnetlink: convert rcu_assign_pointer to RCU_INIT_POINTERYajun Deng1-2/+2
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Yajun Deng1-0/+4
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+21
2021-09-17devlink: Delete not-used devlink APIsLeon Romanovsky1-99/+3
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+3
2021-09-15devlink: Delete not-used single parameter notification APIsLeon Romanovsky1-48/+0
2021-09-15net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski1-0/+2
2021-09-14skbuff: inline page_frag_alloc_align()Yajun Deng1-11/+8
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+3
2021-09-14bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2-14/+3
2021-09-11bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko1-0/+21
2021-09-03skbuff: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03pktgen: remove unused variableEric Dumazet1-1/+0
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-3/+38
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+3
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-0/+3
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-1/+0
2021-08-26bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-0/+6
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman1-46/+98
2021-08-25bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu1-0/+14
2021-08-24page_pool: use relaxed atomic for release side accountingYunsheng Lin1-1/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-1/+88
2021-08-19net/core: Remove unused field from struct flow_indr_devEli Cohen1-1/+0
2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu1-0/+14
2021-08-18pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson1-27/+26
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-4/+12
2021-08-18net: net_namespace: Optimize the codeYajun Deng1-28/+24
2021-08-18net: procfs: add seq_puts() statement for dev_mcastYajun Deng1-11/+13
2021-08-17af_unix: Add unix_stream_proto for sockmapJiang Wang1-0/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2-3/+3