aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2017-06-29bpf: prevent leaking pointer via xadd on unpriviledgedDaniel Borkmann2-0/+71
2017-06-29Merge branch 'arcnet-fixes'David S. Miller4-8/+9
2017-06-29arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik1-0/+1
2017-06-29arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik1-2/+3
2017-06-29arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik1-2/+0
2017-06-29Trivial fix to spelling mistake in arc_printk messageColin Ian King1-1/+1
2017-06-29arcnet: change irq handler to lock irqsaveMichael Grzeschik1-3/+4
2017-06-29rocker: move dereference before freeDan Carpenter1-1/+1
2017-06-29mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel1-0/+3
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng1-1/+2
2017-06-29virtio-net: serialize tx routine during resetJason Wang1-0/+1
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-27fsl/fman: add dependency on HAS_DMAMadalin Bucur1-0/+1
2017-06-27net: prevent sign extension in dev_get_stats()Eric Dumazet1-3/+3
2017-06-25tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong1-0/+2
2017-06-25net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2-2/+9
2017-06-25bnx2x: Don't log mc removal needlesslyMintz, Yuval1-1/+1
2017-06-23Merge branch 'bnxt_en-fixes'David S. Miller2-10/+57
2017-06-23bnxt_en: Fix netpoll handling.Michael Chan1-6/+48
2017-06-23bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2-4/+9
2017-06-23net: dp83640: Avoid NULL pointer dereference.Richard Cochran1-1/+1
2017-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller8-16/+47
2017-06-23sit: use __GFP_NOWARN for user controlled allocationWANG Cong1-1/+1
2017-06-23net: account for current skb length when deciding about UFOMichal Kubeček2-2/+3
2017-06-22sfc: Fix MCDI command size for filter operationsMartin Habets1-4/+4
2017-06-22netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann1-2/+2
2017-06-22ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-2/+3
2017-06-22Merge branch 'macvlan-Fix-some-issues-with-changing-mac-addresses'David S. Miller1-14/+71
2017-06-22macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich1-3/+44
2017-06-22macvlan: convert port passthru to flags.Vlad Yasevich1-13/+24
2017-06-22macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich1-1/+2
2017-06-22macvlan: Do not return error when setting the same mac addressVlad Yasevich1-0/+4
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu3-2/+11
2017-06-22veth: Be more robust on network device creation when no attributesSerhey Popovych1-2/+2
2017-06-22drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla1-1/+1
2017-06-22ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-06-22net/phy: micrel: configure intterupts after autoneg workaroundZach Brown1-0/+2
2017-06-22esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman1-0/+25
2017-06-22xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman1-1/+1
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-191/+256
2017-06-21Merge tag 'pinctrl-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-51/+42
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-8/+11
2017-06-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds2-7/+37
2017-06-21Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-32/+28
2017-06-21Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-06-21mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-06-20igmp: add a missing spin_lock_init()WANG Cong1-0/+1
2017-06-20Merge tag 'wireless-drivers-for-davem-2017-06-20' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller6-36/+49
2017-06-20net: stmmac: free an skb first when there are no longer any descriptors using itNiklas Cassel1-4/+16
2017-06-20sfc: remove duplicate up_write on VF filter_semEdward Cree1-2/+0