summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-1/+15
|\
| * skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-0/+14
| * bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-1/+1
* | net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-1/+2
* | net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-10-251-2/+2
* | net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-10-251-0/+6
* | skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2021-10-222-13/+35
|/
* Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean2021-10-131-13/+11
* rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet2021-10-061-1/+1
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-6/+26
* net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski2021-09-301-0/+6
* net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-301-18/+2
* 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
* 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
* | 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
* | pktgen: Add output for imix resultsNick Richardson2021-08-121-1/+25
* | pktgen: Add imix distribution binsNick Richardson2021-08-121-0/+41
* | pktgen: Parse internet mix (imix) inputNick Richardson2021-08-121-0/+96
* | devlink: Add APIs to publish, unpublish individual parameterParav Pandit2021-08-111-0/+48