summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
| * | | | | | | bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2017-06-292-0/+71
| * | | | | | | Merge branch 'arcnet-fixes'David S. Miller2017-06-294-8/+9
| |\ \ \ \ \ \ \
| | * | | | | | | arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1
| | * | | | | | | arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik2017-06-291-2/+3
| | * | | | | | | arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik2017-06-291-2/+0
| | * | | | | | | Trivial fix to spelling mistake in arc_printk messageColin Ian King2017-06-291-1/+1
| | * | | | | | | arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
| |/ / / / / / /
| * | | | | | | rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
| * | | | | | | mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel2017-06-291-0/+3
| * | | | | | | net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
| * | | | | | | virtio-net: serialize tx routine during resetJason Wang2017-06-291-0/+1
| * | | | | | | net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis2017-06-271-0/+16
| * | | | | | | fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
| * | | | | | | net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3
| * | | | | | | tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
| * | | | | | | net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-252-2/+9
| * | | | | | | bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
| * | | | | | | Merge branch 'bnxt_en-fixes'David S. Miller2017-06-232-10/+57
| |\ \ \ \ \ \ \
| | * | | | | | | bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| | * | | | | | | bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
| |/ / / / / / /
| * | | | | | | net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-06-231-1/+1
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-238-16/+47
| |\ \ \ \ \ \ \
| | * | | | | | | esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman2017-06-221-0/+25
| | * | | | | | | xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-06-221-1/+1
| | * | | | | | | xfrm: NULL dereference on allocation failureDan Carpenter2017-06-141-0/+1
| | * | | | | | | xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-06-141-4/+12
| | * | | | | | | xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-123-4/+3
| | * | | | | | | xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-073-7/+5
| * | | | | | | | sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-231-1/+1
| * | | | | | | | net: account for current skb length when deciding about UFOMichal Kubeček2017-06-232-2/+3
| * | | | | | | | sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
| * | | | | | | | netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann2017-06-221-2/+2
| * | | | | | | | ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-06-221-2/+3
| * | | | | | | | Merge branch 'macvlan-Fix-some-issues-with-changing-mac-addresses'David S. Miller2017-06-221-14/+71
| |\ \ \ \ \ \ \ \
| | * | | | | | | | macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich2017-06-221-3/+44
| | * | | | | | | | macvlan: convert port passthru to flags.Vlad Yasevich2017-06-221-13/+24
| | * | | | | | | | macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich2017-06-221-1/+2
| | * | | | | | | | macvlan: Do not return error when setting the same mac addressVlad Yasevich2017-06-221-0/+4
| |/ / / / / / / /
| * | | | | | | | xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11
| * | | | | | | | veth: Be more robust on network device creation when no attributesSerhey Popovych2017-06-221-2/+2
| * | | | | | | | drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
| * | | | | | | | ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-06-221-1/+5
| * | | | | | | | net/phy: micrel: configure intterupts after autoneg workaroundZach Brown2017-06-221-0/+2
* | | | | | | | | Merge tag 'for-4.12/dm-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-06-292-16/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dm thin: do not queue freed thin mapping for next stage processingVallish Vaidyeshwara2017-06-271-13/+13
| * | | | | | | | | dm raid: fix oops on upgrading to extended superblock formatHeinz Mauelshagen2017-06-231-3/+14
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-294-5/+16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-283-4/+14
| * | | | | | | | | | nvme/pci: Fix stuck nvme resetKeith Busch2017-06-281-1/+2