summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-06-15skbuff: make skb_put_zero() return voidJohannes Berg1-2/+2
2017-06-15tls: kernel TLS supportDave Watson1-0/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-18/+51
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+10
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm1-2/+1
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song2-1/+2
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason1-1/+23
2017-06-13Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller2-0/+13
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com1-2/+2
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov1-4/+2
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern1-0/+3
2017-06-13cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller1-0/+1
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni1-0/+2
2017-06-12net: factor out a helper to decrement the skb refcountPaolo Abeni1-0/+13
2017-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+0
2017-06-12compiler, clang: properly override 'inline' for clangLinus Torvalds1-1/+2
2017-06-12Merge tag 'mlx5-updates-2017-06-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-28/+38
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2017-06-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+29
2017-06-10Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2017-06-10Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2017-06-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-06-09qed*: LL2 callback operationsMichal Kalderon2-52/+64
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval1-0/+39
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval1-0/+26
2017-06-09qed: LL2 to use packed information for txMintz, Yuval1-0/+27
2017-06-09Ipvlan should return an error when an address is already in use.Krister Johansen1-0/+7
2017-06-09Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-2/+0
2017-06-09KEYS: sanitize key structs before freeingEric Biggers1-1/+0
2017-06-09Merge tag 'pm-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+2
2017-06-09Merge branches 'intel_pstate' and 'pm-sleep'Rafael J. Wysocki1-5/+2
2017-06-08Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller1-10/+15
2017-06-08srcu: Allow use of Classic SRCU from both process and interrupt contextPaolo Bonzini1-2/+0
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern1-0/+5
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-06-08Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux...Paolo Bonzini2-3/+29
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg66-334/+1653
2017-06-08net/mlx5e: Add support for reading connector type from PTYSEran Ben Elisha2-2/+18
2017-06-08net/mlx5: Update flow table commands layoutMaor Gottlieb1-26/+20
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-3/+4
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells1-0/+1
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells1-10/+14
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-15/+94
2017-06-07net: phy: add XAUI and 10GBASE-KR PHY connection typesRussell King1-0/+7
2017-06-07net: phy: hook up clause 45 autonegotiation restartRussell King1-0/+1
2017-06-07net: phy: add 802.3 clause 45 support to phylibRussell King1-0/+12
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki1-5/+2
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2017-06-07compiler, clang: suppress warning for unused static inline functionsDavid Rientjes1-0/+7
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau1-2/+0