summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix PBMC register mappingAya Levin2021-04-061-1/+1
* net/mlx5: Fix PPLM register mappingAya Levin2021-04-061-0/+2
* net/mlx5: Fix placement of log_max_flow_counterRaed Salem2021-04-061-3/+3
* virtio_net: Do not pull payload in skb->headEric Dumazet2021-04-061-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-021-0/+2
|\
| * bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-261-0/+2
* | Revert "net: correct sk_acceptq_is_full()"Eric Dumazet2021-03-311-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-03-312-3/+5
|\ \
| * | xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert2021-03-241-1/+1
| * | net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish2021-03-221-1/+1
| * | net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-03-221-1/+3
| * | xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo2021-03-031-1/+1
* | | net: ensure mac header is set in virtio_net_hdr_to_skb()Eric Dumazet2021-03-301-0/+2
* | | net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-0/+9
* | | can: uapi: can.h: mark union inside struct can_frame packedMarc Kleine-Budde2021-03-291-1/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-03-251-2/+0
|\ \ \
| * | | virtchnl: Fix layout of RSS structuresNorbert Ciosek2021-03-251-2/+0
* | | | sch_red: fix off-by-one checks in red_check_params()Eric Dumazet2021-03-251-2/+2
| |_|/ |/| |
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-254-12/+35
|\ \ \
| * | | mm: memblock: fix section mismatch warning againMike Rapoport2021-03-251-2/+2
| * | | mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2021-03-251-5/+5
| * | | kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov2021-03-251-3/+15
| * | | hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2021-03-251-2/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2416-27/+104
|\ \ \ \ | | |/ / | |/| |
| * | | psample: Fix user API breakageIdo Schimmel2021-03-241-4/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-201-0/+1
| |\ \ \
| | * | | bpf: Fix umd memory leak in copy_process()Zqiang2021-03-191-0/+1
| * | | | sch_red: Fix a typoBhaskar Chowdhury2021-03-191-1/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-182-5/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+3
| | * | | netfilter: x_tables: Use correct memory barriers.Mark Tomlinson2021-03-151-1/+1
| | * | | Revert "netfilter: x_tables: Switch synchronization to RCU"Mark Tomlinson2021-03-151-4/+1
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-171-4/+20
| |\ \ \ \
| | * | | | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+20
| | |/ / /
| * | | | net: fix race between napi kthread mode and busy pollWei Wang2021-03-171-0/+2
| * | | | net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu2021-03-161-0/+1
| * | | | can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-161-0/+2
| * | | | tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-151-1/+1
| |/ / /
| * | | net: correct sk_acceptq_is_full()liuyacan2021-03-121-1/+1
| * | | net: sched: validate stab valuesEric Dumazet2021-03-101-1/+9
| * | | Merge tag 'mlx5-fixes-2021-03-10' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-03-101-0/+7
| |\ \ \
| | * | | net/mlx5: Set QP timestamp mode to defaultMaor Gottlieb2021-03-101-0/+7
| * | | | macvlan: macvlan_count_rx() needs to be aware of preemptionEric Dumazet2021-03-101-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-102-9/+16
| |\ \ \ \
| | * | | | bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programsYonghong Song2021-03-091-4/+5
| | * | | | bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer2021-03-081-5/+11
| * | | | | ipv6: fix suspecious RCU usage warningWei Wang2021-03-101-0/+24
| * | | | | net: Consolidate common blackhole dst opsDaniel Borkmann2021-03-101-0/+11
| | |/ / / | |/| | |
* | | | | mm/writeback: Add wait_on_page_writeback_killableMatthew Wilcox (Oracle)2021-03-231-0/+1
* | | | | fs/cachefiles: Remove wait_bit_key layout dependencyMatthew Wilcox (Oracle)2021-03-231-1/+0
| |_|/ / |/| | |