summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-11-171-6/+3
| | * | netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-11-132-3/+5
| | * | netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-11-131-10/+0
| | * | netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2018-11-121-10/+7
| | * | selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
| | * | netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-11-121-6/+3
| | * | netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-11-121-3/+15
| | * | netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-11-121-2/+5
| | * | netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-11-121-6/+6
| * | | net: hisilicon: remove unexpected free_netdevPan Bian2018-11-281-3/+1
| * | | rapidio/rionet: do not free skb before reading its lengthPan Bian2018-11-281-1/+1
| | |/ | |/|
| * | lan743x: Enable driver to work with LAN7431Bryan Whitehead2018-11-272-0/+2
| * | tipc: fix lockdep warning during node deleteJon Maloy2018-11-271-2/+5
| * | lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead2018-11-271-5/+5
| * | net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-271-1/+1
| * | qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King2018-11-271-1/+1
| * | net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-271-0/+3
| * | sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-271-0/+1
| * | firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King2018-11-271-2/+2
| * | net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-271-0/+8
| * | usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein2018-11-271-6/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-276-58/+223
| |\ \
| | * | sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller2018-11-271-1/+7
| | * | bpf, doc: add entries of who looks over which jitsDaniel Borkmann2018-11-261-1/+62
| | * | sparc: Correct ctx->saw_frame_pointer logic.David Miller2018-11-261-0/+12
| | * | sparc: Fix JIT fused branch convergance.David Miller2018-11-261-28/+49
| | * | Merge branch 'arm64-jit-fixes'Alexei Starovoitov2018-11-264-28/+93
| |/| |
| | * | bpf, arm64: fix getting subprog addr from aux for callsDaniel Borkmann2018-11-261-9/+17
| | * | bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-263-19/+76
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-2518-39/+752
| |\ \
| | * | bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis2018-11-231-3/+5
| | * | bpf: fix integer overflow in queue_stack_mapAlexei Starovoitov2018-11-221-8/+8
| | * | tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski2018-11-221-3/+7
| | * | bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin2018-11-161-1/+2
| | * | bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-162-1/+20
| | * | kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
| | * | tools: bpftool: update references to other man pages in documentationQuentin Monnet2018-11-096-7/+42
| | * | tools: bpftool: pass an argument to silence open_obj_pinned()Quentin Monnet2018-11-092-8/+9
| | * | tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet2018-11-092-3/+3
| | * | tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet2018-11-091-1/+1
| | * | tools/bpftool: copy a few net uapi headers to tools directoryYonghong Song2018-11-092-0/+649
| | * | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
| * | | net: always initialize pagedlenWillem de Bruijn2018-11-242-2/+4
| * | | tcp: address problems caused by EDT misshapsEric Dumazet2018-11-242-10/+16
* | | | Merge tag 'xtensa-20181128' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-283-13/+50
|\ \ \ \
| * | | | xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov2018-11-261-4/+38
| * | | | xtensa: fix coprocessor context offset definitionsMax Filippov2018-11-261-8/+8
| * | | | xtensa: enable coprocessors that are being flushedMax Filippov2018-11-261-1/+4
* | | | | Merge tag 'for-4.20-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-286-14/+37
|\ \ \ \ \
| * | | | | btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-11-231-0/+1