summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-11-09net/mlx5: Fix offsets of ifc reserved fieldsGal Pressman1-5/+5
2018-11-09udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2-0/+3
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio5-6/+11
2018-11-09geneve: Allow configuration of DF behaviourStefano Brivio1-0/+9
2018-11-09vxlan: Allow configuration of DF behaviourStefano Brivio2-0/+10
2018-11-09udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2-0/+4
2018-11-09net: sched: add an offload graft helperJakub Kicinski1-0/+12
2018-11-09net: sched: add an offload dump helperJakub Kicinski1-0/+12
2018-11-09net: phy: remove state PHY_ANHeiner Kallweit1-18/+1
2018-11-09mlx5: remove support for ib_get_vector_affinitySagi Grimberg1-6/+0
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long1-0/+1
2018-11-08ACPICA: Update version to 20181031Bob Moore1-1/+1
2018-11-08ACPICA: iASL: adding definition and disassembly for TPM2 revision 3Erik Schmauss1-0/+23
2018-11-08blk-mq: provide a helper to check if a queue is busyJens Axboe1-0/+2
2018-11-08blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe1-2/+2
2018-11-08libceph: assume argonaut on the server sideIlya Dryomov1-7/+1
2018-11-08regulator: core: Add new max_uV_step constraintDmitry Osipenko1-0/+3
2018-11-08regulator: core: Limit regulators coupling to a single coupleDmitry Osipenko1-1/+1
2018-11-08Merge tag 'compiler-attributes-for-linus-v4.20-rc2' of https://github.com/oje...Linus Torvalds2-5/+13
2018-11-08Merge tag 'mtd/fixes-for-4.20-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+3
2018-11-08soc/tegra: bpmp: Update ABI headerTimo Alho1-241/+947
2018-11-08firmware: tegra: Add helper to check for supported MRQsTimo Alho1-0/+7
2018-11-08Compiler Attributes: improve explanation of headerMiguel Ojeda1-5/+9
2018-11-08drm/syncobj: disable the timeline UAPI for now v2Christian König2-1/+3
2018-11-08net: add netif_is_geneve()John Hurley1-0/+6
2018-11-08net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław1-2/+0
2018-11-08net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław1-1/+1
2018-11-08net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław1-0/+13
2018-11-08net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław1-1/+12
2018-11-08net: phy: make phy_trigger_machine staticHeiner Kallweit1-1/+0
2018-11-08net: phy: bcm7xxx: Add entry for BCM7255Justin Chen1-0/+1
2018-11-08udp: cope with UDP GRO packet misdirectionPaolo Abeni2-8/+43
2018-11-08ipv6: factor out protocol delivery helperPaolo Abeni1-0/+2
2018-11-08ip: factor out protocol delivery helperPaolo Abeni1-0/+1
2018-11-08udp: add support for UDP_GRO cmsgPaolo Abeni1-0/+11
2018-11-08udp: implement GRO for plain UDP sockets.Paolo Abeni2-1/+3
2018-11-08udp: implement complete book-keeping for encap_neededPaolo Abeni2-1/+12
2018-11-08net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-1/+12
2018-11-08net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2-0/+4
2018-11-08net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+11
2018-11-08net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2-0/+19
2018-11-08net: allow binding socket in a VRF when there's an unbound socketRobert Shearman3-10/+21
2018-11-08EDAC, skx: Fix randconfig builds in a better wayLuck, Tony1-5/+0
2018-11-07nvme: add separate poll queue mapJens Axboe1-1/+1
2018-11-07block: add REQ_HIPRI and inherit it from IOCB_HIPRIJens Axboe1-1/+3
2018-11-07blk-mq: initial support for multiple queue mapsJens Axboe1-1/+2
2018-11-07blk-mq: cache request hardware queue mappingJens Axboe1-0/+1
2018-11-07blk-mq: support multiple hctx mapsJens Axboe1-0/+14
2018-11-07blk-mq: allow software queue to map to multiple hardware queuesJens Axboe1-1/+2
2018-11-07blk-mq: abstract out queue mapJens Axboe3-7/+16