summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Fix flow counter list auto bits structRoi Dayan2019-10-291-2/+1
* net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-282-3/+31
* net: add skb_queue_empty_lockless()Eric Dumazet2019-10-281-9/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-271-0/+1
|\
| * ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+0
|\ \
| * | bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-1/+0
* | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-1/+1
* | | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)2019-10-251-3/+7
* | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-244-25/+0
* | | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
* | | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-0/+10
* | | team: fix nested locking lockdep warningTaehee Yoo2019-10-241-0/+1
* | | bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-0/+1
* | | net: core: add generic lockdep keysTaehee Yoo2019-10-241-22/+13
* | | net: core: limit nested device depthTaehee Yoo2019-10-241-0/+4
* | | net/flow_dissector: switch to siphashEric Dumazet2019-10-234-5/+7
| |/ |/|
* | dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann2019-10-221-0/+6
* | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1912-43/+79
|\ \
| * | net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-10-191-8/+17
| * | net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-171-1/+1
| * | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
| |/
| * tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-132-6/+11
| * tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-7/+11
| * tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-132-3/+3
| * tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-1/+2
| * tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
| * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-3/+3
| * net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+2
| * net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+3
| * tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-1/+1
| * net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-2/+2
| * sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-0/+5
| * Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2019-10-081-0/+8
| |\
| | * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-0/+8
| * | llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-10-081-1/+1
| * | rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-3/+3
| * | rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-3/+3
| * | rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-3/+3
* | | Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-10-181-0/+3
|\ \ \
| * | | ALSA: hdac: clear link output stream mappingRander Wang2019-10-071-0/+3
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-171-0/+1
|\ \ \
| * | | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-1713-33/+153
| |\| |
| * | | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-0/+1
* | | | Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-10-171-0/+8
|\ \ \ \
| * | | | gpiolib: Initialize the hardware with a callbackAndy Shevchenko2019-10-151-0/+8
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-151-0/+1
|\ \ \ \ \
| * | | | | scsi: core: save/restore command resid for error handlingDamien Le Moal2019-10-031-0/+1
* | | | | | xarray.h: fix kernel-doc warningRandy Dunlap2019-10-141-2/+2