summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | devlink: Add API to register and unregister single parameterParav Pandit2021-08-111-0/+37
* | devlink: Create a helper function for one parameter registrationParav Pandit2021-08-111-6/+18
* | devlink: Add new "enable_vnet" generic device paramParav Pandit2021-08-111-0/+5
* | devlink: Add new "enable_rdma" generic device paramParav Pandit2021-08-111-0/+5
* | devlink: Add new "enable_eth" generic device paramParav Pandit2021-08-111-0/+5
* | net: Support filtering interfaces on no masterLahav Schlesinger2021-08-102-0/+14
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-102-2/+38
|\ \
| * | net, core: Allow netdev_lower_get_next_private_rcu in bh contextJussi Maki2021-08-091-1/+1
| * | net, core: Add support for XDP redirection to slave deviceJussi Maki2021-08-092-1/+37
* | | page_pool: add frag page recycling support in page poolYunsheng Lin2021-08-091-0/+87
* | | page_pool: add interface to manipulate frag count in page poolYunsheng Lin2021-08-091-0/+4
* | | page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-091-4/+17
* | | devlink: Fix port_type_set function pointer checkLeon Romanovsky2021-08-091-1/+1
* | | devlink: Set device as early as possibleLeon Romanovsky2021-08-091-8/+7
* | | devlink: Simplify devlink port API callsLeon Romanovsky2021-08-081-48/+47
* | | net: Remove redundant if statementsYajun Deng2021-08-054-22/+11