summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean
2019-05-03lib: Add support for generic packing operationsVladimir Oltean
2019-05-03net: macb: shrink macb_platform_data structureNicolas Ferre
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01net: ll_temac: Allow configuration of IRQ coalescingEsben Haabendal
2019-05-01net: ll_temac: Support indirect_mutex share within TEMAC IPEsben Haabendal
2019-05-01net: ll_temac: Add support for non-native register endiannessEsben Haabendal
2019-05-01net: ll_temac: Extend support to non-device-tree platformsEsben Haabendal
2019-05-01iov_iter: fix iov_iter_typeMing Lei
2019-04-30Merge tag 'usb-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn
2019-04-26ieee80211: update HE IEs to D4.0 specLiad Kaufman
2019-04-26cfg80211: support non-inheritance elementSara Sharon
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-25bpf: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren
2019-04-23Merge tag 'mlx5-updates-2019-04-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-04-23net/mlx5e: XDP, Inline small packets into the TX MPWQE in XDP xmit flowShay Agroskin
2019-04-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-23flow_dissector: handle no-skb use caseStanislav Fomichev
2019-04-23net: plumb network namespace into __skb_flow_dissectStanislav Fomichev
2019-04-23flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev
2019-04-23mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang
2019-04-23mmc: add SDIO identifiers for MediaTek Bluetooth devicesSean Wang
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-23bpf: remove global variablesAlexei Starovoitov
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed
2019-04-20Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern
2019-04-19block: make sure that bvec length can't be overflowMing Lei
2019-04-19block: kill all_q_node in request_queueHou Tao